Html Css Color HEX #FC4110 Orange Red

📋 copy color: '#FC4110'

red 252 ◦ green 65 ◦ blue 16

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

Shades of Orange Red #FC4110

Tints of Orange Red #FC4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 75.68%
G = 19.52%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC4110 (or 0xFC4110) is known color: Orange Red. HEX triplet: FC, 41 and 10. RGB value is (252,65,16). Sum of RGB (Red+Green+Blue) = 252+65+16=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4110 is #03BEEF. Grayscale: #737373. Windows color (decimal): -245488 or 1065468. OLE color: 1065468.

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

Color convert

RGB 252 65 16 -
CMYK 0 0.74 0.94 0.01
HSL 12.46º 0.98% 0.53% -
HSV(B) 12.46º 0.94% 0.99% -
XYZ 42.13 24.51 3 -
YUV 115.33 71.95 225.48 -
System Red Green Blue C M Y K H S L
Decimal 252 65 16 0 0.74 0.94 0.01 12.46 0.98 0.53
Hex FC 41 10 0 4A 5E 1 C 62 35
Octal 374 101 20 0 112 136 1 14 142 65
Binary 11111100 1000001 10000 0 1001010 1011110 1 1100 1100010 110101

Color Harmonies of #FC4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4110

Black with #FC4110

Text Example


Text Example

White with #FC4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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