Html Css Color HEX #FC4011 Orange Red

📋 copy color: '#FC4011'

red 252 ◦ green 64 ◦ blue 17

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

Shades of Orange Red #FC4011

Tints of Orange Red #FC4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 75.68%
G = 19.22%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC4011 (or 0xFC4011) is known color: Orange Red. HEX triplet: FC, 40 and 11. RGB value is (252,64,17). Sum of RGB (Red+Green+Blue) = 252+64+17=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4011 is #03BFEE. Grayscale: #737373. Windows color (decimal): -245743 or 1130748. OLE color: 1130748.

HSL color Cylindrical-coordinate representation of color #FC4011: hue angle of 12º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC4011 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 17 -
CMYK 0 0.75 0.93 0.01
HSL 12º 0.98% 0.53% -
HSV(B) 12º 0.93% 0.99% -
XYZ 42.08 24.4 3.02 -
YUV 114.85 72.78 225.82 -
System Red Green Blue C M Y K H S L
Decimal 252 64 17 0 0.75 0.93 0.01 12 0.98 0.53
Hex FC 40 11 0 4B 5D 1 C 62 35
Octal 374 100 21 0 113 135 1 14 142 65
Binary 11111100 1000000 10001 0 1001011 1011101 1 1100 1100010 110101

Color Harmonies of #FC4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4011

Black with #FC4011

Text Example


Text Example

White with #FC4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4011; }

 p { color: rgb(252,64,17); }

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

background-color css

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

 a { background-color: rgb(252,64,17); }

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

border-color css

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

 span { border-color: rgb(252,64,17); }

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