Html Css Color HEX #FC4725 Red Orange

📋 copy color: '#FC4725'

red 252 ◦ green 71 ◦ blue 37

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

Shades of Red Orange #FC4725

Tints of Red Orange #FC4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

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

R = 70%
G = 19.72%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC4725 (or 0xFC4725) is known color: Red Orange. HEX triplet: FC, 47 and 25. RGB value is (252,71,37). Sum of RGB (Red+Green+Blue) = 252+71+37=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4725 is #03B8DA. Grayscale: #797979. Windows color (decimal): -243931 or 2443260. OLE color: 2443260.

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

Color convert

RGB 252 71 37 -
CMYK 0 0.72 0.85 0.01
HSL 9.49º 0.97% 0.57% -
HSV(B) 9.49º 0.85% 0.99% -
XYZ 42.73 25.34 4.39 -
YUV 121.24 80.47 221.26 -
System Red Green Blue C M Y K H S L
Decimal 252 71 37 0 0.72 0.85 0.01 9.49 0.97 0.57
Hex FC 47 25 0 48 55 1 9 61 39
Octal 374 107 45 0 110 125 1 11 141 71
Binary 11111100 1000111 100101 0 1001000 1010101 1 1001 1100001 111001

Color Harmonies of #FC4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4725

Black with #FC4725

Text Example


Text Example

White with #FC4725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4725; }

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

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

background-color css

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

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

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

border-color css

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

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

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