Html Css Color HEX #FA5116 International Orange

📋 copy color: '#FA5116'

red 250 ◦ green 81 ◦ blue 22

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

Shades of International Orange #FA5116

Tints of International Orange #FA5116

RGB

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

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

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

R = 70.82%
G = 22.95%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA5116 (or 0xFA5116) is known color: International Orange. HEX triplet: FA, 51 and 16. RGB value is (250,81,22). Sum of RGB (Red+Green+Blue) = 250+81+22=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5116 is #05AEE9. Grayscale: #7D7D7D. Windows color (decimal): -372458 or 1462778. OLE color: 1462778.

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

Color convert

RGB 250 81 22 -
CMYK 0 0.68 0.91 0.02
HSL 15.53º 0.96% 0.53% -
HSV(B) 15.53º 0.91% 0.98% -
XYZ 42.51 26.27 3.59 -
YUV 124.81 69.99 217.3 -
System Red Green Blue C M Y K H S L
Decimal 250 81 22 0 0.68 0.91 0.02 15.53 0.96 0.53
Hex FA 51 16 0 44 5B 2 10 60 35
Octal 372 121 26 0 104 133 2 20 140 65
Binary 11111010 1010001 10110 0 1000100 1011011 10 10000 1100000 110101

Color Harmonies of #FA5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5116

Black with #FA5116

Text Example


Text Example

White with #FA5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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