#F1B940

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

Shades of Supernova #F1B940

Tints of Supernova #F1B940

Color information

#F1B940 (or 0xF1B940) is unknown color: approx Supernova. HEX triplet: F1, B9 and 40. RGB value is (241,185,64). Sum of RGB (Red+Green+Blue) = 241+185+64=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B940 is #0E46BF. Grayscale: #BCBCBC. Windows color (decimal): -935616 or 4241905. OLE color: 4241905.

HSL color Cylindrical-coordinate representation of color #F1B940: hue angle of 41.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1B940 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24118564-
CMYK00.230.730.05
HSL41.02º86.34%59.8%-
HSV(B)41.02º73.44%94.51%-
XYZ54.5553.7712.35-
YUV187.9558.05165.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 64 (25.39% from 255) = 13.06%
R=49.18%
G=37.76%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411856400.230.730.0541.0286.3459.8
HexF1B94001749529563c
Octal36127110002711155112674
Binary1111000110111001100000001011110010011011010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B940; }

 p { color: rgb(241,185,64); }

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

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

 a { background-color: rgb(241,185,64); }

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

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

 span { border-color: rgb(241,185,64); }

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