#FCB730

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

Shades of Supernova #FCB730

Tints of Supernova #FCB730

Color information

#FCB730 (or 0xFCB730) is unknown color: approx Supernova. HEX triplet: FC, B7 and 30. RGB value is (252,183,48). Sum of RGB (Red+Green+Blue) = 252+183+48=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB730 is #0348CF. Grayscale: #BCBCBC. Windows color (decimal): -215248 or 3192828. OLE color: 3192828.

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

Color convert

RGB25218348-
CMYK00.270.810.01
HSL39.71º97.14%58.82%-
HSV(B)39.71º80.95%98.82%-
XYZ57.6154.7810.33-
YUV188.2448.86173.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 48 (19.14% from 255) = 9.94%
R=52.17%
G=37.89%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521834800.270.810.0139.7197.1458.82
HexFCB73001B51128613b
Octal3742676003312115014173
Binary1111110010110111110000011011101000111010001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB730; }

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

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

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

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

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

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

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

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