Html Css Color HEX #FC2A27 Red Orange

📋 copy color: '#FC2A27'

red 252 ◦ green 42 ◦ blue 39

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

Shades of Red Orange #FC2A27

Tints of Red Orange #FC2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.61%

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

R = 75.68%
G = 12.61%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2A27 (or 0xFC2A27) is known color: Red Orange. HEX triplet: FC, 2A and 27. RGB value is (252,42,39). Sum of RGB (Red+Green+Blue) = 252+42+39=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A27 is #03D5D8. Grayscale: #686868. Windows color (decimal): -251353 or 2566908. OLE color: 2566908.

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

Color convert

RGB 252 42 39 -
CMYK 0 0.83 0.85 0.01
HSL 0.85º 0.97% 0.57% -
HSV(B) 0.85º 0.85% 0.99% -
XYZ 41.34 22.5 4.08 -
YUV 104.45 91.07 233.24 -
System Red Green Blue C M Y K H S L
Decimal 252 42 39 0 0.83 0.85 0.01 0.85 0.97 0.57
Hex FC 2A 27 0 53 55 1 1 61 39
Octal 374 52 47 0 123 125 1 1 141 71
Binary 11111100 101010 100111 0 1010011 1010101 1 1 1100001 111001

Color Harmonies of #FC2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A27

Black with #FC2A27

Text Example


Text Example

White with #FC2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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