Html Css Color HEX #FC4620 Red Orange

📋 copy color: '#FC4620'

red 252 ◦ green 70 ◦ blue 32

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

Shades of Red Orange #FC4620

Tints of Red Orange #FC4620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 71.19%
G = 19.77%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC4620 (or 0xFC4620) is known color: Red Orange. HEX triplet: FC, 46 and 20. RGB value is (252,70,32). Sum of RGB (Red+Green+Blue) = 252+70+32=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4620 is #03B9DF. Grayscale: #787878. Windows color (decimal): -244192 or 2115324. OLE color: 2115324.

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

Color convert

RGB 252 70 32 -
CMYK 0 0.72 0.87 0.01
HSL 10.36º 0.97% 0.56% -
HSV(B) 10.36º 0.87% 0.99% -
XYZ 42.6 25.18 3.98 -
YUV 120.09 78.3 222.09 -
System Red Green Blue C M Y K H S L
Decimal 252 70 32 0 0.72 0.87 0.01 10.36 0.97 0.56
Hex FC 46 20 0 48 57 1 A 61 38
Octal 374 106 40 0 110 127 1 12 141 70
Binary 11111100 1000110 100000 0 1001000 1010111 1 1010 1100001 111000

Color Harmonies of #FC4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4620

Black with #FC4620

Text Example


Text Example

White with #FC4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4620; }

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

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

background-color css

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

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

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

border-color css

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

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

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