Html Css Color HEX #FC4320 Red Orange

📋 copy color: '#FC4320'

red 252 ◦ green 67 ◦ blue 32

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

Shades of Red Orange #FC4320

Tints of Red Orange #FC4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

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

R = 71.79%
G = 19.09%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC4320 (or 0xFC4320) is known color: Red Orange. HEX triplet: FC, 43 and 20. RGB value is (252,67,32). Sum of RGB (Red+Green+Blue) = 252+67+32=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4320 is #03BCDF. Grayscale: #767676. Windows color (decimal): -244960 or 2114556. OLE color: 2114556.

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

Color convert

RGB 252 67 32 -
CMYK 0 0.73 0.87 0.01
HSL 9.55º 0.97% 0.56% -
HSV(B) 9.55º 0.87% 0.99% -
XYZ 42.41 24.81 3.92 -
YUV 118.33 79.29 223.35 -
System Red Green Blue C M Y K H S L
Decimal 252 67 32 0 0.73 0.87 0.01 9.55 0.97 0.56
Hex FC 43 20 0 49 57 1 A 61 38
Octal 374 103 40 0 111 127 1 12 141 70
Binary 11111100 1000011 100000 0 1001001 1010111 1 1010 1100001 111000

Color Harmonies of #FC4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4320

Black with #FC4320

Text Example


Text Example

White with #FC4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4320; }

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

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

background-color css

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

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

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

border-color css

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

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

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