Html Css Color HEX #FC2A24 Red Orange

📋 copy color: '#FC2A24'

red 252 ◦ green 42 ◦ blue 36

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

Shades of Red Orange #FC2A24

Tints of Red Orange #FC2A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 76.36%
G = 12.73%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC2A24 (or 0xFC2A24) is known color: Red Orange. HEX triplet: FC, 2A and 24. RGB value is (252,42,36). Sum of RGB (Red+Green+Blue) = 252+42+36=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A24 is #03D5DB. Grayscale: #686868. Windows color (decimal): -251356 or 2370300. OLE color: 2370300.

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

Color convert

RGB 252 42 36 -
CMYK 0 0.83 0.86 0.01
HSL 1.67º 0.97% 0.56% -
HSV(B) 1.67º 0.86% 0.99% -
XYZ 41.29 22.48 3.83 -
YUV 104.11 89.57 233.49 -
System Red Green Blue C M Y K H S L
Decimal 252 42 36 0 0.83 0.86 0.01 1.67 0.97 0.56
Hex FC 2A 24 0 53 56 1 2 61 38
Octal 374 52 44 0 123 126 1 2 141 70
Binary 11111100 101010 100100 0 1010011 1010110 1 10 1100001 111000

Color Harmonies of #FC2A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A24

Black with #FC2A24

Text Example


Text Example

White with #FC2A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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