#FCAD2D

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

Shades of Supernova #FCAD2D

Tints of Supernova #FCAD2D

Color information

#FCAD2D (or 0xFCAD2D) is unknown color: approx Supernova. HEX triplet: FC, AD and 2D. RGB value is (252,173,45). Sum of RGB (Red+Green+Blue) = 252+173+45=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD2D is #0352D2. Grayscale: #B6B6B6. Windows color (decimal): -217811 or 2993660. OLE color: 2993660.

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

Color convert

RGB25217345-
CMYK00.310.820.01
HSL37.1º97.18%58.24%-
HSV(B)37.1º82.14%98.82%-
XYZ55.5650.779.35-
YUV182.0350.67177.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.62%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 45 (17.97% from 255) = 9.57%
R=53.62%
G=36.81%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521734500.310.820.0137.197.1858.24
HexFCAD2D01F52125613a
Octal3742555503712214514172
Binary1111110010101101101101011111101001011001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD2D; }

 p { color: rgb(252,173,45); }

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

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

 a { background-color: rgb(252,173,45); }

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

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

 span { border-color: rgb(252,173,45); }

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