Html Css Color HEX #FC473C Sunset Orange

📋 copy color: '#FC473C'

red 252 ◦ green 71 ◦ blue 60

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

Shades of Sunset Orange #FC473C

Tints of Sunset Orange #FC473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 65.8%
G = 18.54%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC473C (or 0xFC473C) is known color: Sunset Orange. HEX triplet: FC, 47 and 3C. RGB value is (252,71,60). Sum of RGB (Red+Green+Blue) = 252+71+60=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC473C is #03B8C3. Grayscale: #7C7C7C. Windows color (decimal): -243908 or 3950588. OLE color: 3950588.

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

Color convert

RGB 252 71 60 -
CMYK 0 0.72 0.76 0.01
HSL 3.44º 0.97% 0.61% -
HSV(B) 3.44º 0.76% 0.99% -
XYZ 43.21 25.53 6.92 -
YUV 123.87 91.97 219.39 -
System Red Green Blue C M Y K H S L
Decimal 252 71 60 0 0.72 0.76 0.01 3.44 0.97 0.61
Hex FC 47 3C 0 48 4C 1 3 61 3D
Octal 374 107 74 0 110 114 1 3 141 75
Binary 11111100 1000111 111100 0 1001000 1001100 1 11 1100001 111101

Color Harmonies of #FC473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC473C

Black with #FC473C

Text Example


Text Example

White with #FC473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC473C; }

 p { color: rgb(252,71,60); }

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

background-color css

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

 a { background-color: rgb(252,71,60); }

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

border-color css

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

 span { border-color: rgb(252,71,60); }

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