Html Css Color HEX #FA9111 Dark Orange

📋 copy color: '#FA9111'

red 250 ◦ green 145 ◦ blue 17

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

Shades of Dark Orange #FA9111

Tints of Dark Orange #FA9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 60.68%
G = 35.19%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9111 (or 0xFA9111) is known color: Dark Orange. HEX triplet: FA, 91 and 11. RGB value is (250,145,17). Sum of RGB (Red+Green+Blue) = 250+145+17=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9111 is #056EEE. Grayscale: #A2A2A2. Windows color (decimal): -356079 or 1151482. OLE color: 1151482.

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

Color convert

RGB 250 145 17 -
CMYK 0 0.42 0.93 0.02
HSL 32.96º 0.96% 0.52% -
HSV(B) 32.96º 0.93% 0.98% -
XYZ 49.65 40.62 5.75 -
YUV 161.8 46.29 190.91 -
System Red Green Blue C M Y K H S L
Decimal 250 145 17 0 0.42 0.93 0.02 32.96 0.96 0.52
Hex FA 91 11 0 2A 5D 2 21 60 34
Octal 372 221 21 0 52 135 2 41 140 64
Binary 11111010 10010001 10001 0 101010 1011101 10 100001 1100000 110100

Color Harmonies of #FA9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9111

Black with #FA9111

Text Example


Text Example

White with #FA9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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