Html Css Color HEX #FC2624 Red Orange

📋 copy color: '#FC2624'

red 252 ◦ green 38 ◦ blue 36

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

Shades of Red Orange #FC2624

Tints of Red Orange #FC2624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 77.3%
G = 11.66%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC2624 (or 0xFC2624) is known color: Red Orange. HEX triplet: FC, 26 and 24. RGB value is (252,38,36). Sum of RGB (Red+Green+Blue) = 252+38+36=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2624 is #03D9DB. Grayscale: #656565. Windows color (decimal): -252380 or 2369276. OLE color: 2369276.

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

Color convert

RGB 252 38 36 -
CMYK 0 0.85 0.86 0.01
HSL 0.56º 0.97% 0.56% -
HSV(B) 0.56º 0.86% 0.99% -
XYZ 41.16 22.21 3.79 -
YUV 101.76 90.9 235.16 -
System Red Green Blue C M Y K H S L
Decimal 252 38 36 0 0.85 0.86 0.01 0.56 0.97 0.56
Hex FC 26 24 0 55 56 1 1 61 38
Octal 374 46 44 0 125 126 1 1 141 70
Binary 11111100 100110 100100 0 1010101 1010110 1 1 1100001 111000

Color Harmonies of #FC2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2624

Black with #FC2624

Text Example


Text Example

White with #FC2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2624; }

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

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

background-color css

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

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

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

border-color css

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

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

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