Html Css Color HEX #FA5909 International Orange

📋 copy color: '#FA5909'

red 250 ◦ green 89 ◦ blue 9

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

Shades of International Orange #FA5909

Tints of International Orange #FA5909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 71.84%
G = 25.57%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA5909 (or 0xFA5909) is known color: International Orange. HEX triplet: FA, 59 and 09. RGB value is (250,89,9). Sum of RGB (Red+Green+Blue) = 250+89+9=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5909 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5909 is #05A6F6. Grayscale: #808080. Windows color (decimal): -370423 or 612858. OLE color: 612858.

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

Color convert

RGB 250 89 9 -
CMYK 0 0.64 0.96 0.02
HSL 19.92º 0.96% 0.51% -
HSV(B) 19.92º 0.96% 0.98% -
XYZ 43.05 27.49 3.3 -
YUV 128.02 60.84 215 -
System Red Green Blue C M Y K H S L
Decimal 250 89 9 0 0.64 0.96 0.02 19.92 0.96 0.51
Hex FA 59 9 0 40 60 2 14 60 33
Octal 372 131 11 0 100 140 2 24 140 63
Binary 11111010 1011001 1001 0 1000000 1100000 10 10100 1100000 110011

Color Harmonies of #FA5909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5909

Black with #FA5909

Text Example


Text Example

White with #FA5909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5909; }

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

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

background-color css

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

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

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

border-color css

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

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

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