Html Css Color HEX #FA5516 International Orange

📋 copy color: '#FA5516'

red 250 ◦ green 85 ◦ blue 22

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

Shades of International Orange #FA5516

Tints of International Orange #FA5516

RGB

 RED value IS 250 (98.05% from 255) = 70.03%

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

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

R = 70.03%
G = 23.81%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA5516 (or 0xFA5516) is known color: International Orange. HEX triplet: FA, 55 and 16. RGB value is (250,85,22). Sum of RGB (Red+Green+Blue) = 250+85+22=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5516 is #05AAE9. Grayscale: #7F7F7F. Windows color (decimal): -371434 or 1463802. OLE color: 1463802.

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

Color convert

RGB 250 85 22 -
CMYK 0 0.66 0.91 0.02
HSL 16.58º 0.96% 0.53% -
HSV(B) 16.58º 0.91% 0.98% -
XYZ 42.82 26.88 3.69 -
YUV 127.15 68.66 215.62 -
System Red Green Blue C M Y K H S L
Decimal 250 85 22 0 0.66 0.91 0.02 16.58 0.96 0.53
Hex FA 55 16 0 42 5B 2 11 60 35
Octal 372 125 26 0 102 133 2 21 140 65
Binary 11111010 1010101 10110 0 1000010 1011011 10 10001 1100000 110101

Color Harmonies of #FA5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5516

Black with #FA5516

Text Example


Text Example

White with #FA5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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