Html Css Color HEX #FA5902 International Orange

📋 copy color: '#FA5902'

red 250 ◦ green 89 ◦ blue 2

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

Shades of International Orange #FA5902

Tints of International Orange #FA5902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 73.31%
G = 26.1%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA5902 (or 0xFA5902) is known color: International Orange. HEX triplet: FA, 59 and 02. RGB value is (250,89,2). Sum of RGB (Red+Green+Blue) = 250+89+2=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5902 is #05A6FD. Grayscale: #7F7F7F. Windows color (decimal): -370430 or 154106. OLE color: 154106.

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

Color convert

RGB 250 89 2 -
CMYK 0 0.64 0.99 0.02
HSL 21.05º 0.98% 0.49% -
HSV(B) 21.05º 0.99% 0.98% -
XYZ 43.01 27.47 3.09 -
YUV 127.22 57.34 215.57 -
System Red Green Blue C M Y K H S L
Decimal 250 89 2 0 0.64 0.99 0.02 21.05 0.98 0.49
Hex FA 59 2 0 40 63 2 15 62 31
Octal 372 131 2 0 100 143 2 25 142 61
Binary 11111010 1011001 10 0 1000000 1100011 10 10101 1100010 110001

Color Harmonies of #FA5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5902

Black with #FA5902

Text Example


Text Example

White with #FA5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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