#F5B840

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

Shades of Supernova #F5B840

Tints of Supernova #F5B840

Color information

#F5B840 (or 0xF5B840) is unknown color: approx Supernova. HEX triplet: F5, B8 and 40. RGB value is (245,184,64). Sum of RGB (Red+Green+Blue) = 245+184+64=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B840 is #0A47BF. Grayscale: #BDBDBD. Windows color (decimal): -673728 or 4241653. OLE color: 4241653.

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

Color convert

RGB24518464-
CMYK00.250.740.04
HSL39.78º90.05%60.59%-
HSV(B)39.78º73.88%96.08%-
XYZ55.7254.0612.35-
YUV188.5657.71168.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 64 (25.39% from 255) = 12.98%
R=49.70%
G=37.32%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451846400.250.740.0439.7890.0560.59
HexF5B8400194A4285a3d
Octal36527010003111245013275
Binary1111010110111000100000001100110010101001010001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B840; }

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

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

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

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

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

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

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

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