Html Css Color HEX #FA5905 International Orange

📋 copy color: '#FA5905'

red 250 ◦ green 89 ◦ blue 5

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

Shades of International Orange #FA5905

Tints of International Orange #FA5905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 72.67%
G = 25.87%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA5905 (or 0xFA5905) is known color: International Orange. HEX triplet: FA, 59 and 05. RGB value is (250,89,5). Sum of RGB (Red+Green+Blue) = 250+89+5=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5905 is #05A6FA. Grayscale: #808080. Windows color (decimal): -370427 or 350714. OLE color: 350714.

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

Color convert

RGB 250 89 5 -
CMYK 0 0.64 0.98 0.02
HSL 20.57º 0.96% 0.5% -
HSV(B) 20.57º 0.98% 0.98% -
XYZ 43.02 27.48 3.18 -
YUV 127.56 58.84 215.33 -
System Red Green Blue C M Y K H S L
Decimal 250 89 5 0 0.64 0.98 0.02 20.57 0.96 0.5
Hex FA 59 5 0 40 62 2 15 60 32
Octal 372 131 5 0 100 142 2 25 140 62
Binary 11111010 1011001 101 0 1000000 1100010 10 10101 1100000 110010

Color Harmonies of #FA5905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5905

Black with #FA5905

Text Example


Text Example

White with #FA5905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5905; }

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

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

background-color css

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

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

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

border-color css

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

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

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