Html Css Color HEX #FC4825 Red Orange

📋 copy color: '#FC4825'

red 252 ◦ green 72 ◦ blue 37

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

Shades of Red Orange #FC4825

Tints of Red Orange #FC4825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 69.81%
G = 19.94%
B = 10.25%

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

#FC4825 (or 0xFC4825) is known color: Red Orange. HEX triplet: FC, 48 and 25. RGB value is (252,72,37). Sum of RGB (Red+Green+Blue) = 252+72+37=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4825 is #03B7DA. Grayscale: #7A7A7A. Windows color (decimal): -243675 or 2443516. OLE color: 2443516.

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

Color convert

RGB 252 72 37 -
CMYK 0 0.71 0.85 0.01
HSL 9.77º 0.97% 0.57% -
HSV(B) 9.77º 0.85% 0.99% -
XYZ 42.8 25.46 4.41 -
YUV 121.83 80.13 220.85 -
System Red Green Blue C M Y K H S L
Decimal 252 72 37 0 0.71 0.85 0.01 9.77 0.97 0.57
Hex FC 48 25 0 47 55 1 A 61 39
Octal 374 110 45 0 107 125 1 12 141 71
Binary 11111100 1001000 100101 0 1000111 1010101 1 1010 1100001 111001

Color Harmonies of #FC4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4825

Black with #FC4825

Text Example


Text Example

White with #FC4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4825; }

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

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

background-color css

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

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

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

border-color css

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

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

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