Html Css Color HEX #FA9511 Dark Orange

📋 copy color: '#FA9511'

red 250 ◦ green 149 ◦ blue 17

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

Shades of Dark Orange #FA9511

Tints of Dark Orange #FA9511

RGB

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

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

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

R = 60.1%
G = 35.82%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9511 (or 0xFA9511) is known color: Dark Orange. HEX triplet: FA, 95 and 11. RGB value is (250,149,17). Sum of RGB (Red+Green+Blue) = 250+149+17=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9511 is #056AEE. Grayscale: #A4A4A4. Windows color (decimal): -355055 or 1152506. OLE color: 1152506.

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

Color convert

RGB 250 149 17 -
CMYK 0 0.40 0.93 0.02
HSL 33.99º 0.96% 0.52% -
HSV(B) 33.99º 0.93% 0.98% -
XYZ 50.27 41.86 5.96 -
YUV 164.15 44.96 189.23 -
System Red Green Blue C M Y K H S L
Decimal 250 149 17 0 0.40 0.93 0.02 33.99 0.96 0.52
Hex FA 95 11 0 28 5D 2 22 60 34
Octal 372 225 21 0 50 135 2 42 140 64
Binary 11111010 10010101 10001 0 101000 1011101 10 100010 1100000 110100

Color Harmonies of #FA9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9511

Black with #FA9511

Text Example


Text Example

White with #FA9511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9511; }

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

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

background-color css

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

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

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

border-color css

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

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

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