Html Css Color HEX #FA9311 Dark Orange

📋 copy color: '#FA9311'

red 250 ◦ green 147 ◦ blue 17

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

Shades of Dark Orange #FA9311

Tints of Dark Orange #FA9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 17 (7.03% from 255) = 4.11%

R = 60.39%
G = 35.51%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9311 (or 0xFA9311) is known color: Dark Orange. HEX triplet: FA, 93 and 11. RGB value is (250,147,17). Sum of RGB (Red+Green+Blue) = 250+147+17=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9311 is #056CEE. Grayscale: #A3A3A3. Windows color (decimal): -355567 or 1151994. OLE color: 1151994.

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

Color convert

RGB 250 147 17 -
CMYK 0 0.41 0.93 0.02
HSL 33.48º 0.96% 0.52% -
HSV(B) 33.48º 0.93% 0.98% -
XYZ 49.96 41.23 5.86 -
YUV 162.98 45.62 190.07 -
System Red Green Blue C M Y K H S L
Decimal 250 147 17 0 0.41 0.93 0.02 33.48 0.96 0.52
Hex FA 93 11 0 29 5D 2 21 60 34
Octal 372 223 21 0 51 135 2 41 140 64
Binary 11111010 10010011 10001 0 101001 1011101 10 100001 1100000 110100

Color Harmonies of #FA9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9311

Black with #FA9311

Text Example


Text Example

White with #FA9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9311; }

 p { color: rgb(250,147,17); }

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

background-color css

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

 a { background-color: rgb(250,147,17); }

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

border-color css

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

 span { border-color: rgb(250,147,17); }

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