Html Css Color HEX #FC4511 Orange Red

📋 copy color: '#FC4511'

red 252 ◦ green 69 ◦ blue 17

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

Shades of Orange Red #FC4511

Tints of Orange Red #FC4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 74.56%
G = 20.41%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC4511 (or 0xFC4511) is known color: Orange Red. HEX triplet: FC, 45 and 11. RGB value is (252,69,17). Sum of RGB (Red+Green+Blue) = 252+69+17=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4511 is #03BAEE. Grayscale: #767676. Windows color (decimal): -244463 or 1132028. OLE color: 1132028.

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

Color convert

RGB 252 69 17 -
CMYK 0 0.73 0.93 0.01
HSL 13.28º 0.98% 0.53% -
HSV(B) 13.28º 0.93% 0.99% -
XYZ 42.37 24.99 3.12 -
YUV 117.79 71.13 223.73 -
System Red Green Blue C M Y K H S L
Decimal 252 69 17 0 0.73 0.93 0.01 13.28 0.98 0.53
Hex FC 45 11 0 49 5D 1 D 62 35
Octal 374 105 21 0 111 135 1 15 142 65
Binary 11111100 1000101 10001 0 1001001 1011101 1 1101 1100010 110101

Color Harmonies of #FC4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4511

Black with #FC4511

Text Example


Text Example

White with #FC4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4511; }

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

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

background-color css

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

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

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

border-color css

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

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

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