Html Css Color HEX #FC3C27 Red Orange

📋 copy color: '#FC3C27'

red 252 ◦ green 60 ◦ blue 39

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

Shades of Red Orange #FC3C27

Tints of Red Orange #FC3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 71.79%
G = 17.09%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC3C27 (or 0xFC3C27) is known color: Red Orange. HEX triplet: FC, 3C and 27. RGB value is (252,60,39). Sum of RGB (Red+Green+Blue) = 252+60+39=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C27 is #03C3D8. Grayscale: #737373. Windows color (decimal): -246745 or 2571516. OLE color: 2571516.

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

Color convert

RGB 252 60 39 -
CMYK 0 0.76 0.85 0.01
HSL 5.92º 0.97% 0.57% -
HSV(B) 5.92º 0.85% 0.99% -
XYZ 42.13 24.07 4.35 -
YUV 115.01 85.11 225.71 -
System Red Green Blue C M Y K H S L
Decimal 252 60 39 0 0.76 0.85 0.01 5.92 0.97 0.57
Hex FC 3C 27 0 4C 55 1 6 61 39
Octal 374 74 47 0 114 125 1 6 141 71
Binary 11111100 111100 100111 0 1001100 1010101 1 110 1100001 111001

Color Harmonies of #FC3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C27

Black with #FC3C27

Text Example


Text Example

White with #FC3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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