#F8B940

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

Shades of Supernova #F8B940

Tints of Supernova #F8B940

Color information

#F8B940 (or 0xF8B940) is unknown color: approx Supernova. HEX triplet: F8, B9 and 40. RGB value is (248,185,64). Sum of RGB (Red+Green+Blue) = 248+185+64=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B940 is #0746BF. Grayscale: #BEBEBE. Windows color (decimal): -476864 or 4241912. OLE color: 4241912.

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

Color convert

RGB24818564-
CMYK00.250.740.03
HSL39.46º92.93%61.18%-
HSV(B)39.46º74.19%97.25%-
XYZ56.9955.0212.47-
YUV190.0456.87169.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=49.90%
G=37.22%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481856400.250.740.0339.4692.9361.18
HexF8B9400194A3275d3d
Octal37027110003111234713575
Binary111110001011100110000000110011001010111001111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B940; }

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

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

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

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

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

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

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

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