Html Css Color HEX #FC462C Red Orange

📋 copy color: '#FC462C'

red 252 ◦ green 70 ◦ blue 44

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

Shades of Red Orange #FC462C

Tints of Red Orange #FC462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 68.85%
G = 19.13%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC462C (or 0xFC462C) is known color: Red Orange. HEX triplet: FC, 46 and 2C. RGB value is (252,70,44). Sum of RGB (Red+Green+Blue) = 252+70+44=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC462C is #03B9D3. Grayscale: #797979. Windows color (decimal): -244180 or 2901756. OLE color: 2901756.

HSL color Cylindrical-coordinate representation of color #FC462C: hue angle of 7.5º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC462C is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 70 44 -
CMYK 0 0.72 0.83 0.01
HSL 7.5º 0.97% 0.58% -
HSV(B) 7.5º 0.83% 0.99% -
XYZ 42.79 25.26 5 -
YUV 121.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 252 70 44 0 0.72 0.83 0.01 7.5 0.97 0.58
Hex FC 46 2C 0 48 53 1 8 61 3A
Octal 374 106 54 0 110 123 1 10 141 72
Binary 11111100 1000110 101100 0 1001000 1010011 1 1000 1100001 111010

Color Harmonies of #FC462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC462C

Black with #FC462C

Text Example


Text Example

White with #FC462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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