Html Css Color HEX #FC4020 Red Orange

📋 copy color: '#FC4020'

red 252 ◦ green 64 ◦ blue 32

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

Shades of Red Orange #FC4020

Tints of Red Orange #FC4020

RGB

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

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

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

R = 72.41%
G = 18.39%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC4020 (or 0xFC4020) is known color: Red Orange. HEX triplet: FC, 40 and 20. RGB value is (252,64,32). Sum of RGB (Red+Green+Blue) = 252+64+32=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4020 is #03BFDF. Grayscale: #747474. Windows color (decimal): -245728 or 2113788. OLE color: 2113788.

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

Color convert

RGB 252 64 32 -
CMYK 0 0.75 0.87 0.01
HSL 8.73º 0.97% 0.56% -
HSV(B) 8.73º 0.87% 0.99% -
XYZ 42.24 24.47 3.86 -
YUV 116.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 252 64 32 0 0.75 0.87 0.01 8.73 0.97 0.56
Hex FC 40 20 0 4B 57 1 9 61 38
Octal 374 100 40 0 113 127 1 11 141 70
Binary 11111100 1000000 100000 0 1001011 1010111 1 1001 1100001 111000

Color Harmonies of #FC4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4020

Black with #FC4020

Text Example


Text Example

White with #FC4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4020; }

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

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

background-color css

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

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

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

border-color css

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

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

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