Html Css Color HEX #FC4A31 Red Orange

📋 copy color: '#FC4A31'

red 252 ◦ green 74 ◦ blue 49

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

Shades of Red Orange #FC4A31

Tints of Red Orange #FC4A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 67.2%
G = 19.73%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC4A31 (or 0xFC4A31) is known color: Red Orange. HEX triplet: FC, 4A and 31. RGB value is (252,74,49). Sum of RGB (Red+Green+Blue) = 252+74+49=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A31 is #03B5CE. Grayscale: #7C7C7C. Windows color (decimal): -243151 or 3230460. OLE color: 3230460.

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

Color convert

RGB 252 74 49 -
CMYK 0 0.71 0.81 0.01
HSL 7.39º 0.97% 0.59% -
HSV(B) 7.39º 0.81% 0.99% -
XYZ 43.15 25.81 5.61 -
YUV 124.37 85.47 219.03 -
System Red Green Blue C M Y K H S L
Decimal 252 74 49 0 0.71 0.81 0.01 7.39 0.97 0.59
Hex FC 4A 31 0 47 51 1 7 61 3B
Octal 374 112 61 0 107 121 1 7 141 73
Binary 11111100 1001010 110001 0 1000111 1010001 1 111 1100001 111011

Color Harmonies of #FC4A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A31

Black with #FC4A31

Text Example


Text Example

White with #FC4A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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