Html Css Color HEX #FC4A32 Red Orange

📋 copy color: '#FC4A32'

red 252 ◦ green 74 ◦ blue 50

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

Shades of Red Orange #FC4A32

Tints of Red Orange #FC4A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 67.02%
G = 19.68%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC4A32 (or 0xFC4A32) is known color: Red Orange. HEX triplet: FC, 4A and 32. RGB value is (252,74,50). Sum of RGB (Red+Green+Blue) = 252+74+50=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A32 is #03B5CD. Grayscale: #7C7C7C. Windows color (decimal): -243150 or 3295996. OLE color: 3295996.

HSL color Cylindrical-coordinate representation of color #FC4A32: hue angle of 7.13º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC4A32 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 74 50 -
CMYK 0 0.71 0.80 0.01
HSL 7.13º 0.97% 0.59% -
HSV(B) 7.13º 0.8% 0.99% -
XYZ 43.17 25.82 5.73 -
YUV 124.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 252 74 50 0 0.71 0.80 0.01 7.13 0.97 0.59
Hex FC 4A 32 0 47 50 1 7 61 3B
Octal 374 112 62 0 107 120 1 7 141 73
Binary 11111100 1001010 110010 0 1000111 1010000 1 111 1100001 111011

Color Harmonies of #FC4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A32

Black with #FC4A32

Text Example


Text Example

White with #FC4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A32; }

 p { color: rgb(252,74,50); }

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

background-color css

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

 a { background-color: rgb(252,74,50); }

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

border-color css

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

 span { border-color: rgb(252,74,50); }

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