#FD5A19

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

Shades of International Orange #FD5A19

Tints of International Orange #FD5A19

Color information

#FD5A19 (or 0xFD5A19) is unknown color: approx International Orange. HEX triplet: FD, 5A and 19. RGB value is (253,90,25). Sum of RGB (Red+Green+Blue) = 253+90+25=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5A19 is #02A5E6. Grayscale: #838383. Windows color (decimal): -173543 or 1661693. OLE color: 1661693.

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

Color convert

RGB2539025-
CMYK00.640.900.01
HSL17.11º98.28%54.51%-
HSV(B)17.11º90.12%99.22%-
XYZ44.3428.274.04-
YUV131.3368214.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 68.75%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 25 (10.16% from 255) = 6.79%
R=68.75%
G=24.46%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253902500.640.900.0117.1198.2854.51
HexFD5A190405A1116237
Octal37513231010013212114267
Binary111111011011010110010100000010110101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5A19; }

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

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

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

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

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

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

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

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