Html Css Color HEX #FC4827 Red Orange

📋 copy color: '#FC4827'

red 252 ◦ green 72 ◦ blue 39

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

Shades of Red Orange #FC4827

Tints of Red Orange #FC4827

RGB

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

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

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

R = 69.42%
G = 19.83%
B = 10.74%

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

#FC4827 (or 0xFC4827) is known color: Red Orange. HEX triplet: FC, 48 and 27. RGB value is (252,72,39). Sum of RGB (Red+Green+Blue) = 252+72+39=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4827 is #03B7D8. Grayscale: #7A7A7A. Windows color (decimal): -243673 or 2574588. OLE color: 2574588.

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

Color convert

RGB 252 72 39 -
CMYK 0 0.71 0.85 0.01
HSL 9.3º 0.97% 0.57% -
HSV(B) 9.3º 0.85% 0.99% -
XYZ 42.83 25.48 4.58 -
YUV 122.06 81.13 220.68 -
System Red Green Blue C M Y K H S L
Decimal 252 72 39 0 0.71 0.85 0.01 9.3 0.97 0.57
Hex FC 48 27 0 47 55 1 9 61 39
Octal 374 110 47 0 107 125 1 11 141 71
Binary 11111100 1001000 100111 0 1000111 1010101 1 1001 1100001 111001

Color Harmonies of #FC4827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4827

Black with #FC4827

Text Example


Text Example

White with #FC4827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4827; }

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

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

background-color css

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

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

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

border-color css

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

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

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