Html Css Color HEX #8F7D16 Lemon Ginger

📋 copy color: '#8F7D16'

red 143 ◦ green 125 ◦ blue 22

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

Shades of Lemon Ginger #8F7D16

Tints of Lemon Ginger #8F7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.1%

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

R = 49.31%
G = 43.1%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F7D16 (or 0x8F7D16) is known color: Lemon Ginger. HEX triplet: 8F, 7D and 16. RGB value is (143,125,22). Sum of RGB (Red+Green+Blue) = 143+125+22=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7D16 is #7082E9. Grayscale: #777777. Windows color (decimal): -7373546 or 1473935. OLE color: 1473935.

HSL color Cylindrical-coordinate representation of color #8F7D16: hue angle of 51.07º 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 #8F7D16 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 125 22 -
CMYK 0 0.13 0.85 0.44
HSL 51.07º 0.73% 0.32% -
HSV(B) 51.07º 0.85% 0.56% -
XYZ 18.81 20.56 3.74 -
YUV 118.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 143 125 22 0 0.13 0.85 0.44 51.07 0.73 0.32
Hex 8F 7D 16 0 D 55 2C 33 49 20
Octal 217 175 26 0 15 125 54 63 111 40
Binary 10001111 1111101 10110 0 1101 1010101 101100 110011 1001001 100000

Color Harmonies of #8F7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7D16

Black with #8F7D16

Text Example


Text Example

White with #8F7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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