Html Css Color HEX #FD5112 International Orange

📋 copy color: '#FD5112'

red 253 ◦ green 81 ◦ blue 18

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

Shades of International Orange #FD5112

Tints of International Orange #FD5112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

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

R = 71.88%
G = 23.01%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD5112 (or 0xFD5112) is known color: International Orange. HEX triplet: FD, 51 and 12. RGB value is (253,81,18). Sum of RGB (Red+Green+Blue) = 253+81+18=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5112 is #02AEED. Grayscale: #7D7D7D. Windows color (decimal): -175854 or 1200637. OLE color: 1200637.

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

Color convert

RGB 253 81 18 -
CMYK 0 0.68 0.93 0.01
HSL 16.09º 0.98% 0.53% -
HSV(B) 16.09º 0.93% 0.99% -
XYZ 43.56 26.81 3.45 -
YUV 125.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 253 81 18 0 0.68 0.93 0.01 16.09 0.98 0.53
Hex FD 51 12 0 44 5D 1 10 62 35
Octal 375 121 22 0 104 135 1 20 142 65
Binary 11111101 1010001 10010 0 1000100 1011101 1 10000 1100010 110101

Color Harmonies of #FD5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5112

Black with #FD5112

Text Example


Text Example

White with #FD5112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5112; }

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

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

background-color css

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

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

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

border-color css

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

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

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