Html Css Color HEX #FA590A International Orange

📋 copy color: '#FA590A'

red 250 ◦ green 89 ◦ blue 10

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

Shades of International Orange #FA590A

Tints of International Orange #FA590A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 71.63%
G = 25.5%
B = 2.87%

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

#FA590A (or 0xFA590A) is known color: International Orange. HEX triplet: FA, 59 and 0A. RGB value is (250,89,10). Sum of RGB (Red+Green+Blue) = 250+89+10=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA590A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA590A is #05A6F5. Grayscale: #808080. Windows color (decimal): -370422 or 678394. OLE color: 678394.

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

Color convert

RGB 250 89 10 -
CMYK 0 0.64 0.96 0.02
HSL 19.75º 0.96% 0.51% -
HSV(B) 19.75º 0.96% 0.98% -
XYZ 43.05 27.49 3.32 -
YUV 128.13 61.34 214.92 -
System Red Green Blue C M Y K H S L
Decimal 250 89 10 0 0.64 0.96 0.02 19.75 0.96 0.51
Hex FA 59 A 0 40 60 2 14 60 33
Octal 372 131 12 0 100 140 2 24 140 63
Binary 11111010 1011001 1010 0 1000000 1100000 10 10100 1100000 110011

Color Harmonies of #FA590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA590A

Black with #FA590A

Text Example


Text Example

White with #FA590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA590A; }

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

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

background-color css

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

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

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

border-color css

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

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

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