Html Css Color HEX #FC2824 Red Orange

📋 copy color: '#FC2824'

red 252 ◦ green 40 ◦ blue 36

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

Shades of Red Orange #FC2824

Tints of Red Orange #FC2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

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

R = 76.83%
G = 12.2%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC2824 (or 0xFC2824) is known color: Red Orange. HEX triplet: FC, 28 and 24. RGB value is (252,40,36). Sum of RGB (Red+Green+Blue) = 252+40+36=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2824 is #03D7DB. Grayscale: #676767. Windows color (decimal): -251868 or 2369788. OLE color: 2369788.

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

Color convert

RGB 252 40 36 -
CMYK 0 0.84 0.86 0.01
HSL 1.11º 0.97% 0.56% -
HSV(B) 1.11º 0.86% 0.99% -
XYZ 41.22 22.34 3.81 -
YUV 102.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 252 40 36 0 0.84 0.86 0.01 1.11 0.97 0.56
Hex FC 28 24 0 54 56 1 1 61 38
Octal 374 50 44 0 124 126 1 1 141 70
Binary 11111100 101000 100100 0 1010100 1010110 1 1 1100001 111000

Color Harmonies of #FC2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2824

Black with #FC2824

Text Example


Text Example

White with #FC2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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