Html Css Color HEX #FCAF2D Supernova

📋 copy color: '#FCAF2D'

red 252 ◦ green 175 ◦ blue 45

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

Shades of Supernova #FCAF2D

Tints of Supernova #FCAF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

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

R = 53.39%
G = 37.08%
B = 9.53%

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

#FCAF2D (or 0xFCAF2D) is known color: Supernova. HEX triplet: FC, AF and 2D. RGB value is (252,175,45). Sum of RGB (Red+Green+Blue) = 252+175+45=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF2D is #0350D2. Grayscale: #B7B7B7. Windows color (decimal): -217299 or 2994172. OLE color: 2994172.

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

Color convert

RGB 252 175 45 -
CMYK 0 0.31 0.82 0.01
HSL 37.68º 0.97% 0.58% -
HSV(B) 37.68º 0.82% 0.99% -
XYZ 55.95 51.54 9.48 -
YUV 183.2 50.01 177.07 -
System Red Green Blue C M Y K H S L
Decimal 252 175 45 0 0.31 0.82 0.01 37.68 0.97 0.58
Hex FC AF 2D 0 1F 52 1 26 61 3A
Octal 374 257 55 0 37 122 1 46 141 72
Binary 11111100 10101111 101101 0 11111 1010010 1 100110 1100001 111010

Color Harmonies of #FCAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF2D

Black with #FCAF2D

Text Example


Text Example

White with #FCAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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