Html Css Color HEX #8F7016 Yukon Gold

📋 copy color: '#8F7016'

red 143 ◦ green 112 ◦ blue 22

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

Shades of Yukon Gold #8F7016

Tints of Yukon Gold #8F7016

RGB

 RED value IS 143 (56.25% from 255) = 51.62%

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 51.62%
G = 40.43%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F7016 (or 0x8F7016) is known color: Yukon Gold. HEX triplet: 8F, 70 and 16. RGB value is (143,112,22). Sum of RGB (Red+Green+Blue) = 143+112+22=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7016 is #708FE9. Grayscale: #6F6F6F. Windows color (decimal): -7376874 or 1470607. OLE color: 1470607.

HSL color Cylindrical-coordinate representation of color #8F7016: hue angle of 44.63º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F7016 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 22 -
CMYK 0 0.22 0.85 0.44
HSL 44.63º 0.73% 0.32% -
HSV(B) 44.63º 0.85% 0.56% -
XYZ 17.27 17.49 3.22 -
YUV 111.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 143 112 22 0 0.22 0.85 0.44 44.63 0.73 0.32
Hex 8F 70 16 0 16 55 2C 2D 49 20
Octal 217 160 26 0 26 125 54 55 111 40
Binary 10001111 1110000 10110 0 10110 1010101 101100 101101 1001001 100000

Color Harmonies of #8F7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7016

Black with #8F7016

Text Example


Text Example

White with #8F7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7016; }

 p { color: rgb(143,112,22); }

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

background-color css

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

 a { background-color: rgb(143,112,22); }

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

border-color css

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

 span { border-color: rgb(143,112,22); }

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