#F9BA40

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

Shades of Supernova #F9BA40

Tints of Supernova #F9BA40

Color information

#F9BA40 (or 0xF9BA40) is unknown color: approx Supernova. HEX triplet: F9, BA and 40. RGB value is (249,186,64). Sum of RGB (Red+Green+Blue) = 249+186+64=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA40 is #0645BF. Grayscale: #BFBFBF. Windows color (decimal): -411072 or 4242169. OLE color: 4242169.

HSL color Cylindrical-coordinate representation of color #F9BA40: hue angle of 39.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9BA40 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB24918664-
CMYK00.250.740.02
HSL39.57º93.91%61.37%-
HSV(B)39.57º74.3%97.65%-
XYZ57.5555.6312.55-
YUV190.9356.37169.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.90%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 64 (25.39% from 255) = 12.83%
R=49.90%
G=37.27%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491866400.250.740.0239.5793.9161.37
HexF9BA400194A2285e3d
Octal37127210003111225013675
Binary111110011011101010000000110011001010101010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA40; }

 p { color: rgb(249,186,64); }

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

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

 a { background-color: rgb(249,186,64); }

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

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

 span { border-color: rgb(249,186,64); }

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