Html Css Color HEX #FA5600 International Orange

📋 copy color: '#FA5600'

red 250 ◦ green 86 ◦ blue 0

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

Shades of International Orange #FA5600

Tints of International Orange #FA5600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.4%
G = 25.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA5600 (or 0xFA5600) is known color: International Orange. HEX triplet: FA, 56 and 00. RGB value is (250,86,0). Sum of RGB (Red+Green+Blue) = 250+86+0=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5600 is #05A9FF. Grayscale: #7D7D7D. Windows color (decimal): -371200 or 22266. OLE color: 22266.

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

Color convert

RGB 250 86 0 -
CMYK 0 0.66 1 0.02
HSL 20.64º 1% 0.49% -
HSV(B) 20.64º 1% 0.98% -
XYZ 42.75 26.98 2.95 -
YUV 125.23 57.33 216.99 -
System Red Green Blue C M Y K H S L
Decimal 250 86 0 0 0.66 1 0.02 20.64 1 0.49
Hex FA 56 0 0 42 64 2 15 64 31
Octal 372 126 0 0 102 144 2 25 144 61
Binary 11111010 1010110 0 0 1000010 1100100 10 10101 1100100 110001

Color Harmonies of #FA5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5600

Black with #FA5600

Text Example


Text Example

White with #FA5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5600; }

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

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

background-color css

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

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

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

border-color css

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

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

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