Html Css Color HEX #FC2422 Red Orange

📋 copy color: '#FC2422'

red 252 ◦ green 36 ◦ blue 34

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

Shades of Red Orange #FC2422

Tints of Red Orange #FC2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 78.26%
G = 11.18%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC2422 (or 0xFC2422) is known color: Red Orange. HEX triplet: FC, 24 and 22. RGB value is (252,36,34). Sum of RGB (Red+Green+Blue) = 252+36+34=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2422 is #03DBDD. Grayscale: #646464. Windows color (decimal): -252894 or 2237692. OLE color: 2237692.

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

Color convert

RGB 252 36 34 -
CMYK 0 0.86 0.87 0.01
HSL 0.55º 0.97% 0.56% -
HSV(B) 0.55º 0.87% 0.99% -
XYZ 41.06 22.07 3.61 -
YUV 100.36 90.56 236.16 -
System Red Green Blue C M Y K H S L
Decimal 252 36 34 0 0.86 0.87 0.01 0.55 0.97 0.56
Hex FC 24 22 0 56 57 1 1 61 38
Octal 374 44 42 0 126 127 1 1 141 70
Binary 11111100 100100 100010 0 1010110 1010111 1 1 1100001 111000

Color Harmonies of #FC2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2422

Black with #FC2422

Text Example


Text Example

White with #FC2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2422; }

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

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

background-color css

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

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

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

border-color css

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

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

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