Html Css Color HEX #FA8D11 Dark Orange

📋 copy color: '#FA8D11'

red 250 ◦ green 141 ◦ blue 17

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

Shades of Dark Orange #FA8D11

Tints of Dark Orange #FA8D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

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

R = 61.27%
G = 34.56%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA8D11 (or 0xFA8D11) is known color: Dark Orange. HEX triplet: FA, 8D and 11. RGB value is (250,141,17). Sum of RGB (Red+Green+Blue) = 250+141+17=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D11 is #0572EE. Grayscale: #A0A0A0. Windows color (decimal): -357103 or 1150458. OLE color: 1150458.

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

Color convert

RGB 250 141 17 -
CMYK 0 0.44 0.93 0.02
HSL 31.93º 0.96% 0.52% -
HSV(B) 31.93º 0.93% 0.98% -
XYZ 49.05 39.41 5.55 -
YUV 159.46 47.61 192.58 -
System Red Green Blue C M Y K H S L
Decimal 250 141 17 0 0.44 0.93 0.02 31.93 0.96 0.52
Hex FA 8D 11 0 2C 5D 2 20 60 34
Octal 372 215 21 0 54 135 2 40 140 64
Binary 11111010 10001101 10001 0 101100 1011101 10 100000 1100000 110100

Color Harmonies of #FA8D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D11

Black with #FA8D11

Text Example


Text Example

White with #FA8D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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