Html Css Color HEX #FC4610 Orange Red

📋 copy color: '#FC4610'

red 252 ◦ green 70 ◦ blue 16

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

Shades of Orange Red #FC4610

Tints of Orange Red #FC4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 74.56%
G = 20.71%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC4610 (or 0xFC4610) is known color: Orange Red. HEX triplet: FC, 46 and 10. RGB value is (252,70,16). Sum of RGB (Red+Green+Blue) = 252+70+16=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4610 is #03B9EF. Grayscale: #767676. Windows color (decimal): -244208 or 1066748. OLE color: 1066748.

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

Color convert

RGB 252 70 16 -
CMYK 0 0.72 0.94 0.01
HSL 13.73º 0.98% 0.53% -
HSV(B) 13.73º 0.94% 0.99% -
XYZ 42.43 25.11 3.1 -
YUV 118.26 70.3 223.39 -
System Red Green Blue C M Y K H S L
Decimal 252 70 16 0 0.72 0.94 0.01 13.73 0.98 0.53
Hex FC 46 10 0 48 5E 1 E 62 35
Octal 374 106 20 0 110 136 1 16 142 65
Binary 11111100 1000110 10000 0 1001000 1011110 1 1110 1100010 110101

Color Harmonies of #FC4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4610

Black with #FC4610

Text Example


Text Example

White with #FC4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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