Html Css Color HEX #FD5512 International Orange

📋 copy color: '#FD5512'

red 253 ◦ green 85 ◦ blue 18

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

Shades of International Orange #FD5512

Tints of International Orange #FD5512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 71.07%
G = 23.88%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD5512 (or 0xFD5512) is known color: International Orange. HEX triplet: FD, 55 and 12. RGB value is (253,85,18). Sum of RGB (Red+Green+Blue) = 253+85+18=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5512 is #02AAED. Grayscale: #808080. Windows color (decimal): -174830 or 1201661. OLE color: 1201661.

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

Color convert

RGB 253 85 18 -
CMYK 0 0.66 0.93 0.01
HSL 17.11º 0.98% 0.53% -
HSV(B) 17.11º 0.93% 0.99% -
XYZ 43.87 27.42 3.55 -
YUV 127.59 66.16 217.45 -
System Red Green Blue C M Y K H S L
Decimal 253 85 18 0 0.66 0.93 0.01 17.11 0.98 0.53
Hex FD 55 12 0 42 5D 1 11 62 35
Octal 375 125 22 0 102 135 1 21 142 65
Binary 11111101 1010101 10010 0 1000010 1011101 1 10001 1100010 110101

Color Harmonies of #FD5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5512

Black with #FD5512

Text Example


Text Example

White with #FD5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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