Html Css Color HEX #FC4010 Orange Red

📋 copy color: '#FC4010'

red 252 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #FC4010

Tints of Orange Red #FC4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 75.9%
G = 19.28%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC4010 (or 0xFC4010) is known color: Orange Red. HEX triplet: FC, 40 and 10. RGB value is (252,64,16). Sum of RGB (Red+Green+Blue) = 252+64+16=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4010 is #03BFEF. Grayscale: #737373. Windows color (decimal): -245744 or 1065212. OLE color: 1065212.

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

Color convert

RGB 252 64 16 -
CMYK 0 0.75 0.94 0.01
HSL 12.2º 0.98% 0.53% -
HSV(B) 12.2º 0.94% 0.99% -
XYZ 42.07 24.4 2.98 -
YUV 114.74 72.28 225.9 -
System Red Green Blue C M Y K H S L
Decimal 252 64 16 0 0.75 0.94 0.01 12.2 0.98 0.53
Hex FC 40 10 0 4B 5E 1 C 62 35
Octal 374 100 20 0 113 136 1 14 142 65
Binary 11111100 1000000 10000 0 1001011 1011110 1 1100 1100010 110101

Color Harmonies of #FC4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4010

Black with #FC4010

Text Example


Text Example

White with #FC4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4010; }

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

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

background-color css

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

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

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

border-color css

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

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

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