#F9B22A

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

Shades of Supernova #F9B22A

Tints of Supernova #F9B22A

Color information

#F9B22A (or 0xF9B22A) is unknown color: approx Supernova. HEX triplet: F9, B2 and 2A. RGB value is (249,178,42). Sum of RGB (Red+Green+Blue) = 249+178+42=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B22A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B22A is #064DD5. Grayscale: #B8B8B8. Windows color (decimal): -413142 or 2798329. OLE color: 2798329.

HSL color Cylindrical-coordinate representation of color #F9B22A: hue angle of 39.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9B22A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB24917842-
CMYK00.290.830.02
HSL39.42º94.52%57.06%-
HSV(B)39.42º83.13%97.65%-
XYZ55.4152.159.34-
YUV183.7248.02174.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 42 (16.80% from 255) = 8.96%
R=53.09%
G=37.95%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491784200.290.830.0239.4294.5257.06
HexF9B22A01D532275f39
Octal3712625203512324713771
Binary11111001101100101010100111011010011101001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B22A; }

 p { color: rgb(249,178,42); }

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

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

 a { background-color: rgb(249,178,42); }

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

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

 span { border-color: rgb(249,178,42); }

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