Html Css Color HEX #FA5617 International Orange

📋 copy color: '#FA5617'

red 250 ◦ green 86 ◦ blue 23

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

Shades of International Orange #FA5617

Tints of International Orange #FA5617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 69.64%
G = 23.96%
B = 6.41%

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

#FA5617 (or 0xFA5617) is known color: International Orange. HEX triplet: FA, 56 and 17. RGB value is (250,86,23). Sum of RGB (Red+Green+Blue) = 250+86+23=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5617 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5617 is #05A9E8. Grayscale: #808080. Windows color (decimal): -371177 or 1529594. OLE color: 1529594.

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

Color convert

RGB 250 86 23 -
CMYK 0 0.66 0.91 0.02
HSL 16.65º 0.96% 0.54% -
HSV(B) 16.65º 0.91% 0.98% -
XYZ 42.91 27.04 3.77 -
YUV 127.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 250 86 23 0 0.66 0.91 0.02 16.65 0.96 0.54
Hex FA 56 17 0 42 5B 2 11 60 36
Octal 372 126 27 0 102 133 2 21 140 66
Binary 11111010 1010110 10111 0 1000010 1011011 10 10001 1100000 110110

Color Harmonies of #FA5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5617

Black with #FA5617

Text Example


Text Example

White with #FA5617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5617; }

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

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

background-color css

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

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

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

border-color css

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

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

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