Html Css Color HEX #FC4A27 Red Orange

📋 copy color: '#FC4A27'

red 252 ◦ green 74 ◦ blue 39

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

Shades of Red Orange #FC4A27

Tints of Red Orange #FC4A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 69.04%
G = 20.27%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC4A27 (or 0xFC4A27) is known color: Red Orange. HEX triplet: FC, 4A and 27. RGB value is (252,74,39). Sum of RGB (Red+Green+Blue) = 252+74+39=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A27 is #03B5D8. Grayscale: #7B7B7B. Windows color (decimal): -243161 or 2575100. OLE color: 2575100.

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

Color convert

RGB 252 74 39 -
CMYK 0 0.71 0.85 0.01
HSL 9.86º 0.97% 0.57% -
HSV(B) 9.86º 0.85% 0.99% -
XYZ 42.96 25.74 4.62 -
YUV 123.23 80.47 219.85 -
System Red Green Blue C M Y K H S L
Decimal 252 74 39 0 0.71 0.85 0.01 9.86 0.97 0.57
Hex FC 4A 27 0 47 55 1 A 61 39
Octal 374 112 47 0 107 125 1 12 141 71
Binary 11111100 1001010 100111 0 1000111 1010101 1 1010 1100001 111001

Color Harmonies of #FC4A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A27

Black with #FC4A27

Text Example


Text Example

White with #FC4A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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