#FCB726

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

Shades of Supernova #FCB726

Tints of Supernova #FCB726

Color information

#FCB726 (or 0xFCB726) is unknown color: approx Supernova. HEX triplet: FC, B7 and 26. RGB value is (252,183,38). Sum of RGB (Red+Green+Blue) = 252+183+38=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB726 is #0348D9. Grayscale: #BBBBBB. Windows color (decimal): -215258 or 2537468. OLE color: 2537468.

HSL color Cylindrical-coordinate representation of color #FCB726: hue angle of 40.65º 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 #FCB726 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB25218338-
CMYK00.270.850.01
HSL40.65º97.27%56.86%-
HSV(B)40.65º84.92%98.82%-
XYZ57.4354.79.37-
YUV187.143.86174.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 38 (15.23% from 255) = 8.03%
R=53.28%
G=38.69%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521833800.270.850.0140.6597.2756.86
HexFCB72601B551296139
Octal3742674603312515114171
Binary1111110010110111100110011011101010111010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB726; }

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

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

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

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

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

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

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

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