Html Css Color HEX #FD5A16 International Orange

📋 copy color: '#FD5A16'

red 253 ◦ green 90 ◦ blue 22

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

Shades of International Orange #FD5A16

Tints of International Orange #FD5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 69.32%
G = 24.66%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD5A16 (or 0xFD5A16) is known color: International Orange. HEX triplet: FD, 5A and 16. RGB value is (253,90,22). Sum of RGB (Red+Green+Blue) = 253+90+22=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5A16 is #02A5E9. Grayscale: #838383. Windows color (decimal): -173546 or 1465085. OLE color: 1465085.

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

Color convert

RGB 253 90 22 -
CMYK 0 0.64 0.91 0.01
HSL 17.66º 0.98% 0.54% -
HSV(B) 17.66º 0.91% 0.99% -
XYZ 44.31 28.25 3.88 -
YUV 130.99 66.5 215.03 -
System Red Green Blue C M Y K H S L
Decimal 253 90 22 0 0.64 0.91 0.01 17.66 0.98 0.54
Hex FD 5A 16 0 40 5B 1 12 62 36
Octal 375 132 26 0 100 133 1 22 142 66
Binary 11111101 1011010 10110 0 1000000 1011011 1 10010 1100010 110110

Color Harmonies of #FD5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A16

Black with #FD5A16

Text Example


Text Example

White with #FD5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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