#F5B22F

Color #F5B22F Supernova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Supernova #F5B22F

Tints of Supernova #F5B22F

Color information

#F5B22F (or 0xF5B22F) is unknown color: approx Supernova. HEX triplet: F5, B2 and 2F. RGB value is (245,178,47). Sum of RGB (Red+Green+Blue) = 245+178+47=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B22F is #0A4DD0. Grayscale: #B7B7B7. Windows color (decimal): -675281 or 3126005. OLE color: 3126005.

HSL color Cylindrical-coordinate representation of color #F5B22F: hue angle of 39.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5B22F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB24517847-
CMYK00.270.810.04
HSL39.7º90.83%57.25%-
HSV(B)39.7º80.82%96.08%-
XYZ54.0951.469.77-
YUV183.151.2172.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 47 (18.75% from 255) = 10%
R=52.13%
G=37.87%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451784700.270.810.0439.790.8357.25
HexF5B22F01B514285b39
Octal3652625703312145013371
Binary111101011011001010111101101110100011001010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B22F; }

 p { color: rgb(245,178,47); }

 H1.HeaderClassName
 {
   color: #F5B22F;
 }
 .AnyTagClassName
 {
   color: #F5B22F;
 }
</style>
background-color css

<style>
 a { background-color: #F5B22F; }

 a { background-color: rgb(245,178,47); }

 div.DivClassName
 {
   background-color: #F5B22F;
 }
 .BgClassName
 {
   background-color: #F5B22F;
 }
</style>
border-color css

<style>
 span { border-color: #F5B22F; }

 span { border-color: rgb(245,178,47); }

 td.TdClassName
 {
   border-color: #F5B22F;
 }
 .TagClassName
 {
   border-color: #F5B22F;
 }
</style>