Html Css Color HEX #FD5413 International Orange

📋 copy color: '#FD5413'

red 253 ◦ green 84 ◦ blue 19

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

Shades of International Orange #FD5413

Tints of International Orange #FD5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 71.07%
G = 23.6%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD5413 (or 0xFD5413) is known color: International Orange. HEX triplet: FD, 54 and 13. RGB value is (253,84,19). Sum of RGB (Red+Green+Blue) = 253+84+19=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5413 is #02ABEC. Grayscale: #7F7F7F. Windows color (decimal): -175085 or 1266941. OLE color: 1266941.

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

Color convert

RGB 253 84 19 -
CMYK 0 0.67 0.92 0.01
HSL 16.67º 0.98% 0.53% -
HSV(B) 16.67º 0.92% 0.99% -
XYZ 43.8 27.27 3.57 -
YUV 127.12 66.99 217.79 -
System Red Green Blue C M Y K H S L
Decimal 253 84 19 0 0.67 0.92 0.01 16.67 0.98 0.53
Hex FD 54 13 0 43 5C 1 11 62 35
Octal 375 124 23 0 103 134 1 21 142 65
Binary 11111101 1010100 10011 0 1000011 1011100 1 10001 1100010 110101

Color Harmonies of #FD5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5413

Black with #FD5413

Text Example


Text Example

White with #FD5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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