Html Css Color HEX #FC4410 Orange Red

📋 copy color: '#FC4410'

red 252 ◦ green 68 ◦ blue 16

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

Shades of Orange Red #FC4410

Tints of Orange Red #FC4410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 75%
G = 20.24%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC4410 (or 0xFC4410) is known color: Orange Red. HEX triplet: FC, 44 and 10. RGB value is (252,68,16). Sum of RGB (Red+Green+Blue) = 252+68+16=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4410 is #03BBEF. Grayscale: #757575. Windows color (decimal): -244720 or 1066236. OLE color: 1066236.

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

Color convert

RGB 252 68 16 -
CMYK 0 0.73 0.94 0.01
HSL 13.22º 0.98% 0.53% -
HSV(B) 13.22º 0.94% 0.99% -
XYZ 42.31 24.87 3.06 -
YUV 117.09 70.96 224.23 -
System Red Green Blue C M Y K H S L
Decimal 252 68 16 0 0.73 0.94 0.01 13.22 0.98 0.53
Hex FC 44 10 0 49 5E 1 D 62 35
Octal 374 104 20 0 111 136 1 15 142 65
Binary 11111100 1000100 10000 0 1001001 1011110 1 1101 1100010 110101

Color Harmonies of #FC4410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4410

Black with #FC4410

Text Example


Text Example

White with #FC4410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4410; }

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

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

background-color css

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

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

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

border-color css

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

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

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