Html Css Color HEX #FA5117 International Orange

📋 copy color: '#FA5117'

red 250 ◦ green 81 ◦ blue 23

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

Shades of International Orange #FA5117

Tints of International Orange #FA5117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.5%

R = 70.62%
G = 22.88%
B = 6.5%

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

#FA5117 (or 0xFA5117) is known color: International Orange. HEX triplet: FA, 51 and 17. RGB value is (250,81,23). Sum of RGB (Red+Green+Blue) = 250+81+23=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5117 is #05AEE8. Grayscale: #7D7D7D. Windows color (decimal): -372457 or 1528314. OLE color: 1528314.

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

Color convert

RGB 250 81 23 -
CMYK 0 0.68 0.91 0.02
HSL 15.33º 0.96% 0.54% -
HSV(B) 15.33º 0.91% 0.98% -
XYZ 42.52 26.27 3.64 -
YUV 124.92 70.49 217.22 -
System Red Green Blue C M Y K H S L
Decimal 250 81 23 0 0.68 0.91 0.02 15.33 0.96 0.54
Hex FA 51 17 0 44 5B 2 F 60 36
Octal 372 121 27 0 104 133 2 17 140 66
Binary 11111010 1010001 10111 0 1000100 1011011 10 1111 1100000 110110

Color Harmonies of #FA5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5117

Black with #FA5117

Text Example


Text Example

White with #FA5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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