Html Css Color HEX #FA5900 International Orange

📋 copy color: '#FA5900'

red 250 ◦ green 89 ◦ blue 0

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

Shades of International Orange #FA5900

Tints of International Orange #FA5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 73.75%
G = 26.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA5900 (or 0xFA5900) is known color: International Orange. HEX triplet: FA, 59 and 00. RGB value is (250,89,0). Sum of RGB (Red+Green+Blue) = 250+89+0=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5900 is #05A6FF. Grayscale: #7F7F7F. Windows color (decimal): -370432 or 23034. OLE color: 23034.

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

Color convert

RGB 250 89 0 -
CMYK 0 0.64 1 0.02
HSL 21.36º 1% 0.49% -
HSV(B) 21.36º 1% 0.98% -
XYZ 43 27.47 3.04 -
YUV 126.99 56.34 215.74 -
System Red Green Blue C M Y K H S L
Decimal 250 89 0 0 0.64 1 0.02 21.36 1 0.49
Hex FA 59 0 0 40 64 2 15 64 31
Octal 372 131 0 0 100 144 2 25 144 61
Binary 11111010 1011001 0 0 1000000 1100100 10 10101 1100100 110001

Color Harmonies of #FA5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5900

Black with #FA5900

Text Example


Text Example

White with #FA5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5900; }

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

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

background-color css

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

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

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

border-color css

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

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

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