Html Css Color HEX #FA9501 Dark Orange

📋 copy color: '#FA9501'

red 250 ◦ green 149 ◦ blue 1

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

Shades of Dark Orange #FA9501

Tints of Dark Orange #FA9501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 62.5%
G = 37.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA9501 (or 0xFA9501) is known color: Dark Orange. HEX triplet: FA, 95 and 01. RGB value is (250,149,1). Sum of RGB (Red+Green+Blue) = 250+149+1=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9501 is #056AFE. Grayscale: #A3A3A3. Windows color (decimal): -355071 or 103930. OLE color: 103930.

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

Color convert

RGB 250 149 1 -
CMYK 0 0.40 1.00 0.02
HSL 35.66º 0.99% 0.49% -
HSV(B) 35.66º 1% 0.98% -
XYZ 50.18 41.82 5.46 -
YUV 162.33 36.96 190.53 -
System Red Green Blue C M Y K H S L
Decimal 250 149 1 0 0.40 1.00 0.02 35.66 0.99 0.49
Hex FA 95 1 0 28 64 2 24 63 31
Octal 372 225 1 0 50 144 2 44 143 61
Binary 11111010 10010101 1 0 101000 1100100 10 100100 1100011 110001

Color Harmonies of #FA9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9501

Black with #FA9501

Text Example


Text Example

White with #FA9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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