Html Css Color HEX #FC4920 Red Orange

📋 copy color: '#FC4920'

red 252 ◦ green 73 ◦ blue 32

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

Shades of Red Orange #FC4920

Tints of Red Orange #FC4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.45%

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

R = 70.59%
G = 20.45%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC4920 (or 0xFC4920) is known color: Red Orange. HEX triplet: FC, 49 and 20. RGB value is (252,73,32). Sum of RGB (Red+Green+Blue) = 252+73+32=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4920 is #03B6DF. Grayscale: #7A7A7A. Windows color (decimal): -243424 or 2116092. OLE color: 2116092.

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

Color convert

RGB 252 73 32 -
CMYK 0 0.71 0.87 0.01
HSL 11.18º 0.97% 0.56% -
HSV(B) 11.18º 0.87% 0.99% -
XYZ 42.79 25.56 4.05 -
YUV 121.85 77.3 220.83 -
System Red Green Blue C M Y K H S L
Decimal 252 73 32 0 0.71 0.87 0.01 11.18 0.97 0.56
Hex FC 49 20 0 47 57 1 B 61 38
Octal 374 111 40 0 107 127 1 13 141 70
Binary 11111100 1001001 100000 0 1000111 1010111 1 1011 1100001 111000

Color Harmonies of #FC4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4920

Black with #FC4920

Text Example


Text Example

White with #FC4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4920; }

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

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

background-color css

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

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

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

border-color css

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

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

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