Html Css Color HEX #FC4124 Red Orange

📋 copy color: '#FC4124'

red 252 ◦ green 65 ◦ blue 36

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

Shades of Red Orange #FC4124

Tints of Red Orange #FC4124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 71.39%
G = 18.41%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC4124 (or 0xFC4124) is known color: Red Orange. HEX triplet: FC, 41 and 24. RGB value is (252,65,36). Sum of RGB (Red+Green+Blue) = 252+65+36=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4124 is #03BEDB. Grayscale: #757575. Windows color (decimal): -245468 or 2376188. OLE color: 2376188.

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

Color convert

RGB 252 65 36 -
CMYK 0 0.74 0.86 0.01
HSL 8.06º 0.97% 0.56% -
HSV(B) 8.06º 0.86% 0.99% -
XYZ 42.35 24.6 4.19 -
YUV 117.61 81.95 223.86 -
System Red Green Blue C M Y K H S L
Decimal 252 65 36 0 0.74 0.86 0.01 8.06 0.97 0.56
Hex FC 41 24 0 4A 56 1 8 61 38
Octal 374 101 44 0 112 126 1 10 141 70
Binary 11111100 1000001 100100 0 1001010 1010110 1 1000 1100001 111000

Color Harmonies of #FC4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4124

Black with #FC4124

Text Example


Text Example

White with #FC4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4124; }

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

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

background-color css

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

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

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

border-color css

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

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

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