Html Css Color HEX #FD5013 International Orange

📋 copy color: '#FD5013'

red 253 ◦ green 80 ◦ blue 19

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

Shades of International Orange #FD5013

Tints of International Orange #FD5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 19 (7.81% from 255) = 5.4%

R = 71.88%
G = 22.73%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD5013 (or 0xFD5013) is known color: International Orange. HEX triplet: FD, 50 and 13. RGB value is (253,80,19). Sum of RGB (Red+Green+Blue) = 253+80+19=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5013 is #02AFEC. Grayscale: #7D7D7D. Windows color (decimal): -176109 or 1265917. OLE color: 1265917.

HSL color Cylindrical-coordinate representation of color #FD5013: hue angle of 15.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD5013 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 19 -
CMYK 0 0.68 0.92 0.01
HSL 15.64º 0.98% 0.53% -
HSV(B) 15.64º 0.92% 0.99% -
XYZ 43.49 26.67 3.47 -
YUV 124.77 68.31 219.46 -
System Red Green Blue C M Y K H S L
Decimal 253 80 19 0 0.68 0.92 0.01 15.64 0.98 0.53
Hex FD 50 13 0 44 5C 1 10 62 35
Octal 375 120 23 0 104 134 1 20 142 65
Binary 11111101 1010000 10011 0 1000100 1011100 1 10000 1100010 110101

Color Harmonies of #FD5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5013

Black with #FD5013

Text Example


Text Example

White with #FD5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5013; }

 p { color: rgb(253,80,19); }

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

background-color css

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

 a { background-color: rgb(253,80,19); }

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

border-color css

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

 span { border-color: rgb(253,80,19); }

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