#FD4A19

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

Shades of Orange Red #FD4A19

Tints of Orange Red #FD4A19

Color information

#FD4A19 (or 0xFD4A19) is unknown color: approx Orange Red. HEX triplet: FD, 4A and 19. RGB value is (253,74,25). Sum of RGB (Red+Green+Blue) = 253+74+25=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4A19 is #02B5E6. Grayscale: #7A7A7A. Windows color (decimal): -177639 or 1657597. OLE color: 1657597.

HSL color Cylindrical-coordinate representation of color #FD4A19: hue angle of 12.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD4A19 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB2537425-
CMYK00.710.900.01
HSL12.89º98.28%54.51%-
HSV(B)12.89º90.12%99.22%-
XYZ43.1325.853.64-
YUV121.9373.3221.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.88%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 25 (10.16% from 255) = 7.10%
R=71.88%
G=21.02%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253742500.710.900.0112.8998.2854.51
HexFD4A190475A1d6237
Octal37511231010713211514267
Binary11111101100101011001010001111011010111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4A19; }

 p { color: rgb(253,74,25); }

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

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

 a { background-color: rgb(253,74,25); }

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

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

 span { border-color: rgb(253,74,25); }

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