Html Css Color HEX #FF5116 International Orange

📋 copy color: '#FF5116'

red 255 ◦ green 81 ◦ blue 22

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

Shades of International Orange #FF5116

Tints of International Orange #FF5116

RGB

 RED value IS 255 (100% from 255) = 71.23%

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

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

R = 71.23%
G = 22.63%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5116 (or 0xFF5116) is known color: International Orange. HEX triplet: FF, 51 and 16. RGB value is (255,81,22). Sum of RGB (Red+Green+Blue) = 255+81+22=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5116 is #00AEE9. Grayscale: #7E7E7E. Windows color (decimal): -44778 or 1462783. OLE color: 1462783.

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

Color convert

RGB 255 81 22 -
CMYK 0 0.68 0.91 0
HSL 15.19º 1% 0.54% -
HSV(B) 15.19º 0.91% 1% -
XYZ 44.33 27.2 3.67 -
YUV 126.3 69.15 219.8 -
System Red Green Blue C M Y K H S L
Decimal 255 81 22 0 0.68 0.91 0 15.19 1 0.54
Hex FF 51 16 0 44 5B 0 F 64 36
Octal 377 121 26 0 104 133 0 17 144 66
Binary 11111111 1010001 10110 0 1000100 1011011 0 1111 1100100 110110

Color Harmonies of #FF5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5116

Black with #FF5116

Text Example


Text Example

White with #FF5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5116; }

 p { color: rgb(255,81,22); }

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

background-color css

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

 a { background-color: rgb(255,81,22); }

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

border-color css

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

 span { border-color: rgb(255,81,22); }

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