Html Css Color HEX #FA9505 Dark Orange

📋 copy color: '#FA9505'

red 250 ◦ green 149 ◦ blue 5

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

Shades of Dark Orange #FA9505

Tints of Dark Orange #FA9505

RGB

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

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

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

R = 61.88%
G = 36.88%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA9505 (or 0xFA9505) is known color: Dark Orange. HEX triplet: FA, 95 and 05. RGB value is (250,149,5). Sum of RGB (Red+Green+Blue) = 250+149+5=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9505 is #056AFA. Grayscale: #A3A3A3. Windows color (decimal): -355067 or 366074. OLE color: 366074.

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

Color convert

RGB 250 149 5 -
CMYK 0 0.40 0.98 0.02
HSL 35.27º 0.96% 0.5% -
HSV(B) 35.27º 0.98% 0.98% -
XYZ 50.2 41.83 5.57 -
YUV 162.78 38.96 190.21 -
System Red Green Blue C M Y K H S L
Decimal 250 149 5 0 0.40 0.98 0.02 35.27 0.96 0.5
Hex FA 95 5 0 28 62 2 23 60 32
Octal 372 225 5 0 50 142 2 43 140 62
Binary 11111010 10010101 101 0 101000 1100010 10 100011 1100000 110010

Color Harmonies of #FA9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9505

Black with #FA9505

Text Example


Text Example

White with #FA9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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