Html Css Color HEX #FF8D06 Dark Orange

📋 copy color: '#FF8D06'

red 255 ◦ green 141 ◦ blue 6

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

Shades of Dark Orange #FF8D06

Tints of Dark Orange #FF8D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 63.43%
G = 35.07%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8D06 (or 0xFF8D06) is known color: Dark Orange. HEX triplet: FF, 8D and 06. RGB value is (255,141,6). Sum of RGB (Red+Green+Blue) = 255+141+6=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D06 is #0072F9. Grayscale: #A0A0A0. Windows color (decimal): -29434 or 429567. OLE color: 429567.

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

Color convert

RGB 255 141 6 -
CMYK 0 0.45 0.98 0
HSL 32.53º 1% 0.51% -
HSV(B) 32.53º 0.98% 1% -
XYZ 50.8 40.32 5.28 -
YUV 159.7 41.27 195.98 -
System Red Green Blue C M Y K H S L
Decimal 255 141 6 0 0.45 0.98 0 32.53 1 0.51
Hex FF 8D 6 0 2D 62 0 21 64 33
Octal 377 215 6 0 55 142 0 41 144 63
Binary 11111111 10001101 110 0 101101 1100010 0 100001 1100100 110011

Color Harmonies of #FF8D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D06

Black with #FF8D06

Text Example


Text Example

White with #FF8D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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