Html Css Color HEX #FC4C34 Sunset Orange

📋 copy color: '#FC4C34'

red 252 ◦ green 76 ◦ blue 52

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

Shades of Sunset Orange #FC4C34

Tints of Sunset Orange #FC4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20%

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 66.32%
G = 20%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC4C34 (or 0xFC4C34) is known color: Sunset Orange. HEX triplet: FC, 4C and 34. RGB value is (252,76,52). Sum of RGB (Red+Green+Blue) = 252+76+52=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C34 is #03B3CB. Grayscale: #7E7E7E. Windows color (decimal): -242636 or 3427580. OLE color: 3427580.

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

Color convert

RGB 252 76 52 -
CMYK 0 0.70 0.79 0.01
HSL 7.2º 0.97% 0.6% -
HSV(B) 7.2º 0.79% 0.99% -
XYZ 43.35 26.11 6 -
YUV 125.89 86.31 217.95 -
System Red Green Blue C M Y K H S L
Decimal 252 76 52 0 0.70 0.79 0.01 7.2 0.97 0.6
Hex FC 4C 34 0 46 4F 1 7 61 3C
Octal 374 114 64 0 106 117 1 7 141 74
Binary 11111100 1001100 110100 0 1000110 1001111 1 111 1100001 111100

Color Harmonies of #FC4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C34

Black with #FC4C34

Text Example


Text Example

White with #FC4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C34; }

 p { color: rgb(252,76,52); }

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

background-color css

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

 a { background-color: rgb(252,76,52); }

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

border-color css

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

 span { border-color: rgb(252,76,52); }

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