#fcb32e

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

Shades of Supernova #FCB32E

Tints of Supernova #FCB32E

Color information

#FCB32E (or 0xFCB32E) is unknown color: approx Supernova. HEX triplet: FC, B3 and 2E. RGB value is (252,179,46). Sum of RGB (Red+Green+Blue) = 252+179+46=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB32E is #034CD1. Grayscale: #BABABA. Windows color (decimal): -216274 or 3060732. OLE color: 3060732.

HSL color Cylindrical-coordinate representation of color #FCB32E: hue angle of 38.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCB32E is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB25217946-
CMYK00.290.820.01
HSL38.74º97.17%58.43%-
HSV(B)38.74º81.75%98.82%-
XYZ56.7653.139.85-
YUV185.6649.18175.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.83%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 46 (18.36% from 255) = 9.64%
R=52.83%
G=37.53%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521794600.290.820.0138.7497.1758.43
HexFCB32E01D52127613a
Octal3742635603512214714172
Binary1111110010110011101110011101101001011001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcb32e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcb32e; }

 p { color: rgb(252,179,46); }

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

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

 a { background-color: rgb(252,179,46); }

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

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

 span { border-color: rgb(252,179,46); }

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