Html Css Color HEX #FCAE2D Supernova

📋 copy color: '#FCAE2D'

red 252 ◦ green 174 ◦ blue 45

#FCAE2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FCAE2D

Tints of Supernova #FCAE2D

RGB

 RED value IS 252 (98.83% from 255) = 53.5%

 GREEN value IS 174 (68.36% from 255) = 36.94%

 BLUE value IS 45 (17.97% from 255) = 9.55%

R = 53.5%
G = 36.94%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCAE2D (or 0xFCAE2D) is known color: Supernova. HEX triplet: FC, AE and 2D. RGB value is (252,174,45). Sum of RGB (Red+Green+Blue) = 252+174+45=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE2D is #0351D2. Grayscale: #B7B7B7. Windows color (decimal): -217555 or 2993916. OLE color: 2993916.

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

Color convert

RGB 252 174 45 -
CMYK 0 0.31 0.82 0.01
HSL 37.39º 0.97% 0.58% -
HSV(B) 37.39º 0.82% 0.99% -
XYZ 55.75 51.16 9.42 -
YUV 182.62 50.34 177.49 -
System Red Green Blue C M Y K H S L
Decimal 252 174 45 0 0.31 0.82 0.01 37.39 0.97 0.58
Hex FC AE 2D 0 1F 52 1 25 61 3A
Octal 374 256 55 0 37 122 1 45 141 72
Binary 11111100 10101110 101101 0 11111 1010010 1 100101 1100001 111010

Color Harmonies of #FCAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE2D

Black with #FCAE2D

Text Example


Text Example

White with #FCAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE2D; }

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

 H1.HeaderClassName
 {
   color: #FCAE2D;
 }
 .AnyTagClassName
 {
   color: #FCAE2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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