#FCB83D

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

Shades of Supernova #FCB83D

Tints of Supernova #FCB83D

Color information

#FCB83D (or 0xFCB83D) is unknown color: approx Supernova. HEX triplet: FC, B8 and 3D. RGB value is (252,184,61). Sum of RGB (Red+Green+Blue) = 252+184+61=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB83D is #0347C2. Grayscale: #BEBEBE. Windows color (decimal): -214979 or 4045052. OLE color: 4045052.

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

Color convert

RGB25218461-
CMYK00.270.760.01
HSL38.64º96.95%61.37%-
HSV(B)38.64º75.79%98.82%-
XYZ58.1355.3112.03-
YUV190.3155.03172-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 61 (24.22% from 255) = 12.27%
R=50.70%
G=37.02%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521846100.270.760.0138.6496.9561.37
HexFCB83D01B4C127613d
Octal3742707503311414714175
Binary1111110010111000111101011011100110011001111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB83D; }

 p { color: rgb(252,184,61); }

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

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

 a { background-color: rgb(252,184,61); }

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

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

 span { border-color: rgb(252,184,61); }

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