Html Css Color HEX #FC4A28 Red Orange

📋 copy color: '#FC4A28'

red 252 ◦ green 74 ◦ blue 40

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

Shades of Red Orange #FC4A28

Tints of Red Orange #FC4A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 68.85%
G = 20.22%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC4A28 (or 0xFC4A28) is known color: Red Orange. HEX triplet: FC, 4A and 28. RGB value is (252,74,40). Sum of RGB (Red+Green+Blue) = 252+74+40=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A28 is #03B5D7. Grayscale: #7B7B7B. Windows color (decimal): -243160 or 2640636. OLE color: 2640636.

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

Color convert

RGB 252 74 40 -
CMYK 0 0.71 0.84 0.01
HSL 9.62º 0.97% 0.57% -
HSV(B) 9.62º 0.84% 0.99% -
XYZ 42.98 25.75 4.71 -
YUV 123.35 80.97 219.76 -
System Red Green Blue C M Y K H S L
Decimal 252 74 40 0 0.71 0.84 0.01 9.62 0.97 0.57
Hex FC 4A 28 0 47 54 1 A 61 39
Octal 374 112 50 0 107 124 1 12 141 71
Binary 11111100 1001010 101000 0 1000111 1010100 1 1010 1100001 111001

Color Harmonies of #FC4A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A28

Black with #FC4A28

Text Example


Text Example

White with #FC4A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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