#FC4025

Color #FC4025 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FC4025

Tints of Red Orange #FC4025

Color information

#FC4025 (or 0xFC4025) is unknown color: approx Red Orange. HEX triplet: FC, 40 and 25. RGB value is (252,64,37). Sum of RGB (Red+Green+Blue) = 252+64+37=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4025 is #03BFDA. Grayscale: #757575. Windows color (decimal): -245723 or 2441468. OLE color: 2441468.

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

Color convert

RGB2526437-
CMYK00.750.850.01
HSL7.53º97.29%56.67%-
HSV(B)7.53º85.32%98.82%-
XYZ42.3124.54.25-
YUV117.1382.78224.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 71.39%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=71.39%
G=18.13%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252643700.750.850.017.5397.2956.67
HexFC402504B55186139
Octal37410045011312511014171
Binary111111001000000100101010010111010101110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4025; }

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

 H1.HeaderClassName
 {
   color: #FC4025;
 }
 .AnyTagClassName
 {
   color: #FC4025;
 }
</style>
background-color css

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

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

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

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

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

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