#F8B32C

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

Shades of Supernova #F8B32C

Tints of Supernova #F8B32C

Color information

#F8B32C (or 0xF8B32C) is unknown color: approx Supernova. HEX triplet: F8, B3 and 2C. RGB value is (248,179,44). Sum of RGB (Red+Green+Blue) = 248+179+44=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B32C is #074CD3. Grayscale: #B8B8B8. Windows color (decimal): -478420 or 2929656. OLE color: 2929656.

HSL color Cylindrical-coordinate representation of color #F8B32C: hue angle of 39.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8B32C is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB24817944-
CMYK00.280.820.03
HSL39.71º93.58%57.25%-
HSV(B)39.71º82.26%97.25%-
XYZ55.2952.389.58-
YUV184.2448.86173.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.65%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 44 (17.58% from 255) = 9.34%
R=52.65%
G=38.00%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481794400.280.820.0339.7193.5857.25
HexF8B32C01C523285e39
Octal3702635403412235013671
Binary11111000101100111011000111001010010111010001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B32C; }

 p { color: rgb(248,179,44); }

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

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

 a { background-color: rgb(248,179,44); }

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

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

 span { border-color: rgb(248,179,44); }

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