Html Css Color HEX #FF8D11 Dark Orange

📋 copy color: '#FF8D11'

red 255 ◦ green 141 ◦ blue 17

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

Shades of Dark Orange #FF8D11

Tints of Dark Orange #FF8D11

RGB

 RED value IS 255 (100% from 255) = 61.74%

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

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

R = 61.74%
G = 34.14%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8D11 (or 0xFF8D11) is known color: Dark Orange. HEX triplet: FF, 8D and 11. RGB value is (255,141,17). Sum of RGB (Red+Green+Blue) = 255+141+17=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D11 is #0072EE. Grayscale: #A1A1A1. Windows color (decimal): -29423 or 1150463. OLE color: 1150463.

HSL color Cylindrical-coordinate representation of color #FF8D11: hue angle of 31.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8D11 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 141 17 -
CMYK 0 0.45 0.93 0
HSL 31.26º 1% 0.53% -
HSV(B) 31.26º 0.93% 1% -
XYZ 50.87 40.35 5.64 -
YUV 160.95 46.77 195.08 -
System Red Green Blue C M Y K H S L
Decimal 255 141 17 0 0.45 0.93 0 31.26 1 0.53
Hex FF 8D 11 0 2D 5D 0 1F 64 35
Octal 377 215 21 0 55 135 0 37 144 65
Binary 11111111 10001101 10001 0 101101 1011101 0 11111 1100100 110101

Color Harmonies of #FF8D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D11

Black with #FF8D11

Text Example


Text Example

White with #FF8D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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