Html Css Color HEX #FA9500 Dark Orange

📋 copy color: '#FA9500'

red 250 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #FA9500

Tints of Dark Orange #FA9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

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

R = 62.66%
G = 37.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA9500 (or 0xFA9500) is known color: Dark Orange. HEX triplet: FA, 95 and 00. RGB value is (250,149,0). Sum of RGB (Red+Green+Blue) = 250+149+0=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9500 is #056AFF. Grayscale: #A2A2A2. Windows color (decimal): -355072 or 38394. OLE color: 38394.

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

Color convert

RGB 250 149 0 -
CMYK 0 0.40 1 0.02
HSL 35.76º 1% 0.49% -
HSV(B) 35.76º 1% 0.98% -
XYZ 50.17 41.82 5.43 -
YUV 162.21 36.46 190.62 -
System Red Green Blue C M Y K H S L
Decimal 250 149 0 0 0.40 1 0.02 35.76 1 0.49
Hex FA 95 0 0 28 64 2 24 64 31
Octal 372 225 0 0 50 144 2 44 144 61
Binary 11111010 10010101 0 0 101000 1100100 10 100100 1100100 110001

Color Harmonies of #FA9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9500

Black with #FA9500

Text Example


Text Example

White with #FA9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9500; }

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

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

background-color css

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

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

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

border-color css

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

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

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