#F9B02A

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

Shades of Supernova #F9B02A

Tints of Supernova #F9B02A

Color information

#F9B02A (or 0xF9B02A) is unknown color: approx Supernova. HEX triplet: F9, B0 and 2A. RGB value is (249,176,42). Sum of RGB (Red+Green+Blue) = 249+176+42=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B02A is #064FD5. Grayscale: #B7B7B7. Windows color (decimal): -413654 or 2797817. OLE color: 2797817.

HSL color Cylindrical-coordinate representation of color #F9B02A: hue angle of 38.84º 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 #F9B02A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB24917642-
CMYK00.290.830.02
HSL38.84º94.52%57.06%-
HSV(B)38.84º83.13%97.65%-
XYZ55.0151.369.2-
YUV182.5548.68175.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 42 (16.80% from 255) = 8.99%
R=53.32%
G=37.69%
B=8.99%

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
Decimal2491764200.290.830.0238.8494.5257.06
HexF9B02A01D532275f39
Octal3712605203512324713771
Binary11111001101100001010100111011010011101001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B02A; }

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

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

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

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

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

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

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

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