Html Css Color HEX #FD5519 International Orange

📋 copy color: '#FD5519'

red 253 ◦ green 85 ◦ blue 25

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

Shades of International Orange #FD5519

Tints of International Orange #FD5519

RGB

 RED value IS 253 (99.22% from 255) = 69.7%

 GREEN value IS 85 (33.59% from 255) = 23.42%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 69.7%
G = 23.42%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD5519 (or 0xFD5519) is known color: International Orange. HEX triplet: FD, 55 and 19. RGB value is (253,85,25). Sum of RGB (Red+Green+Blue) = 253+85+25=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5519 is #02AAE6. Grayscale: #808080. Windows color (decimal): -174823 or 1660413. OLE color: 1660413.

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

Color convert

RGB 253 85 25 -
CMYK 0 0.66 0.90 0.01
HSL 15.79º 0.98% 0.55% -
HSV(B) 15.79º 0.9% 0.99% -
XYZ 43.93 27.45 3.9 -
YUV 128.39 69.66 216.88 -
System Red Green Blue C M Y K H S L
Decimal 253 85 25 0 0.66 0.90 0.01 15.79 0.98 0.55
Hex FD 55 19 0 42 5A 1 10 62 37
Octal 375 125 31 0 102 132 1 20 142 67
Binary 11111101 1010101 11001 0 1000010 1011010 1 10000 1100010 110111

Color Harmonies of #FD5519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5519

Black with #FD5519

Text Example


Text Example

White with #FD5519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5519; }

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

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

background-color css

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

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

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

border-color css

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

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

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