Html Css Color HEX #FF8D10 Dark Orange

📋 copy color: '#FF8D10'

red 255 ◦ green 141 ◦ blue 16

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

Shades of Dark Orange #FF8D10

Tints of Dark Orange #FF8D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 61.89%
G = 34.22%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF8D10 (or 0xFF8D10) is known color: Dark Orange. HEX triplet: FF, 8D and 10. RGB value is (255,141,16). Sum of RGB (Red+Green+Blue) = 255+141+16=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D10 is #0072EF. Grayscale: #A1A1A1. Windows color (decimal): -29424 or 1084927. OLE color: 1084927.

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

Color convert

RGB 255 141 16 -
CMYK 0 0.45 0.94 0
HSL 31.38º 1% 0.53% -
HSV(B) 31.38º 0.94% 1% -
XYZ 50.86 40.35 5.6 -
YUV 160.84 46.27 195.16 -
System Red Green Blue C M Y K H S L
Decimal 255 141 16 0 0.45 0.94 0 31.38 1 0.53
Hex FF 8D 10 0 2D 5E 0 1F 64 35
Octal 377 215 20 0 55 136 0 37 144 65
Binary 11111111 10001101 10000 0 101101 1011110 0 11111 1100100 110101

Color Harmonies of #FF8D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D10

Black with #FF8D10

Text Example


Text Example

White with #FF8D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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