Html Css Color HEX #FC4311 Orange Red

📋 copy color: '#FC4311'

red 252 ◦ green 67 ◦ blue 17

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

Shades of Orange Red #FC4311

Tints of Orange Red #FC4311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 75%
G = 19.94%
B = 5.06%

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

#FC4311 (or 0xFC4311) is known color: Orange Red. HEX triplet: FC, 43 and 11. RGB value is (252,67,17). Sum of RGB (Red+Green+Blue) = 252+67+17=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4311 is #03BCEE. Grayscale: #757575. Windows color (decimal): -244975 or 1131516. OLE color: 1131516.

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

Color convert

RGB 252 67 17 -
CMYK 0 0.73 0.93 0.01
HSL 12.77º 0.98% 0.53% -
HSV(B) 12.77º 0.93% 0.99% -
XYZ 42.25 24.75 3.08 -
YUV 116.62 71.79 224.57 -
System Red Green Blue C M Y K H S L
Decimal 252 67 17 0 0.73 0.93 0.01 12.77 0.98 0.53
Hex FC 43 11 0 49 5D 1 D 62 35
Octal 374 103 21 0 111 135 1 15 142 65
Binary 11111100 1000011 10001 0 1001001 1011101 1 1101 1100010 110101

Color Harmonies of #FC4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4311

Black with #FC4311

Text Example


Text Example

White with #FC4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4311; }

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

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

background-color css

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

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

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

border-color css

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

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

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