#FCB326

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

Shades of Supernova #FCB326

Tints of Supernova #FCB326

Color information

#FCB326 (or 0xFCB326) is unknown color: approx Supernova. HEX triplet: FC, B3 and 26. RGB value is (252,179,38). Sum of RGB (Red+Green+Blue) = 252+179+38=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB326 is #034CD9. Grayscale: #B9B9B9. Windows color (decimal): -216282 or 2536444. OLE color: 2536444.

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

Color convert

RGB25217938-
CMYK00.290.850.01
HSL39.53º97.27%56.86%-
HSV(B)39.53º84.92%98.82%-
XYZ56.6153.089.09-
YUV184.7545.18175.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 38 (15.23% from 255) = 8.10%
R=53.73%
G=38.17%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521793800.290.850.0139.5397.2756.86
HexFCB32601D551286139
Octal3742634603512515014171
Binary1111110010110011100110011101101010111010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB326; }

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

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

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

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

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

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

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

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