Html Css Color HEX #FF5516 International Orange

📋 copy color: '#FF5516'

red 255 ◦ green 85 ◦ blue 22

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

Shades of International Orange #FF5516

Tints of International Orange #FF5516

RGB

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

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

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

R = 70.44%
G = 23.48%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5516 (or 0xFF5516) is known color: International Orange. HEX triplet: FF, 55 and 16. RGB value is (255,85,22). Sum of RGB (Red+Green+Blue) = 255+85+22=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5516 is #00AAE9. Grayscale: #818181. Windows color (decimal): -43754 or 1463807. OLE color: 1463807.

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

Color convert

RGB 255 85 22 -
CMYK 0 0.67 0.91 0
HSL 16.22º 1% 0.54% -
HSV(B) 16.22º 0.91% 1% -
XYZ 44.63 27.81 3.78 -
YUV 128.65 67.82 218.12 -
System Red Green Blue C M Y K H S L
Decimal 255 85 22 0 0.67 0.91 0 16.22 1 0.54
Hex FF 55 16 0 43 5B 0 10 64 36
Octal 377 125 26 0 103 133 0 20 144 66
Binary 11111111 1010101 10110 0 1000011 1011011 0 10000 1100100 110110

Color Harmonies of #FF5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5516

Black with #FF5516

Text Example


Text Example

White with #FF5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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