Html Css Color HEX #FC4C3F Sunset Orange

📋 copy color: '#FC4C3F'

red 252 ◦ green 76 ◦ blue 63

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

Shades of Sunset Orange #FC4C3F

Tints of Sunset Orange #FC4C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.11%

R = 64.45%
G = 19.44%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC4C3F (or 0xFC4C3F) is known color: Sunset Orange. HEX triplet: FC, 4C and 3F. RGB value is (252,76,63). Sum of RGB (Red+Green+Blue) = 252+76+63=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C3F is #03B3C0. Grayscale: #7F7F7F. Windows color (decimal): -242625 or 4148476. OLE color: 4148476.

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

Color convert

RGB 252 76 63 -
CMYK 0 0.70 0.75 0.01
HSL 4.13º 0.97% 0.62% -
HSV(B) 4.13º 0.75% 0.99% -
XYZ 43.63 26.22 7.46 -
YUV 127.14 91.81 217.06 -
System Red Green Blue C M Y K H S L
Decimal 252 76 63 0 0.70 0.75 0.01 4.13 0.97 0.62
Hex FC 4C 3F 0 46 4B 1 4 61 3E
Octal 374 114 77 0 106 113 1 4 141 76
Binary 11111100 1001100 111111 0 1000110 1001011 1 100 1100001 111110

Color Harmonies of #FC4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C3F

Black with #FC4C3F

Text Example


Text Example

White with #FC4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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