Html Css Color HEX #FC4411 Orange Red

📋 copy color: '#FC4411'

red 252 ◦ green 68 ◦ blue 17

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

Shades of Orange Red #FC4411

Tints of Orange Red #FC4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

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

R = 74.78%
G = 20.18%
B = 5.04%

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

#FC4411 (or 0xFC4411) is known color: Orange Red. HEX triplet: FC, 44 and 11. RGB value is (252,68,17). Sum of RGB (Red+Green+Blue) = 252+68+17=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4411 is #03BBEE. Grayscale: #757575. Windows color (decimal): -244719 or 1131772. OLE color: 1131772.

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

Color convert

RGB 252 68 17 -
CMYK 0 0.73 0.93 0.01
HSL 13.02º 0.98% 0.53% -
HSV(B) 13.02º 0.93% 0.99% -
XYZ 42.31 24.87 3.1 -
YUV 117.2 71.46 224.15 -
System Red Green Blue C M Y K H S L
Decimal 252 68 17 0 0.73 0.93 0.01 13.02 0.98 0.53
Hex FC 44 11 0 49 5D 1 D 62 35
Octal 374 104 21 0 111 135 1 15 142 65
Binary 11111100 1000100 10001 0 1001001 1011101 1 1101 1100010 110101

Color Harmonies of #FC4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4411

Black with #FC4411

Text Example


Text Example

White with #FC4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4411; }

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

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

background-color css

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

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

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

border-color css

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

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

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