#F1B840

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

Shades of Supernova #F1B840

Tints of Supernova #F1B840

Color information

#F1B840 (or 0xF1B840) is unknown color: approx Supernova. HEX triplet: F1, B8 and 40. RGB value is (241,184,64). Sum of RGB (Red+Green+Blue) = 241+184+64=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B840 is #0E47BF. Grayscale: #BBBBBB. Windows color (decimal): -935872 or 4241649. OLE color: 4241649.

HSL color Cylindrical-coordinate representation of color #F1B840: hue angle of 40.68º 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 #F1B840 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24118464-
CMYK00.240.730.05
HSL40.68º86.34%59.8%-
HSV(B)40.68º73.44%94.51%-
XYZ54.3453.3512.28-
YUV187.3658.38166.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 64 (25.39% from 255) = 13.09%
R=49.28%
G=37.63%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411846400.240.730.0540.6886.3459.8
HexF1B84001849529563c
Octal36127010003011155112674
Binary1111000110111000100000001100010010011011010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B840; }

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

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

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

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

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

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

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

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