Html Css Color HEX #FC4828 Red Orange

📋 copy color: '#FC4828'

red 252 ◦ green 72 ◦ blue 40

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

Shades of Red Orange #FC4828

Tints of Red Orange #FC4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.78%

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

R = 69.23%
G = 19.78%
B = 10.99%

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

#FC4828 (or 0xFC4828) is known color: Red Orange. HEX triplet: FC, 48 and 28. RGB value is (252,72,40). Sum of RGB (Red+Green+Blue) = 252+72+40=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4828 is #03B7D7. Grayscale: #7A7A7A. Windows color (decimal): -243672 or 2640124. OLE color: 2640124.

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

Color convert

RGB 252 72 40 -
CMYK 0 0.71 0.84 0.01
HSL 9.06º 0.97% 0.57% -
HSV(B) 9.06º 0.84% 0.99% -
XYZ 42.85 25.48 4.67 -
YUV 122.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 252 72 40 0 0.71 0.84 0.01 9.06 0.97 0.57
Hex FC 48 28 0 47 54 1 9 61 39
Octal 374 110 50 0 107 124 1 11 141 71
Binary 11111100 1001000 101000 0 1000111 1010100 1 1001 1100001 111001

Color Harmonies of #FC4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4828

Black with #FC4828

Text Example


Text Example

White with #FC4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4828; }

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

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

background-color css

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

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

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

border-color css

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

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

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