Html Css Color HEX #9F990F Lucky

📋 copy color: '#9F990F'

red 159 ◦ green 153 ◦ blue 15

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

Shades of Lucky #9F990F

Tints of Lucky #9F990F

RGB

 RED value IS 159 (62.5% from 255) = 48.62%

 GREEN value IS 153 (60.16% from 255) = 46.79%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 48.62%
G = 46.79%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F990F (or 0x9F990F) is known color: Lucky. HEX triplet: 9F, 99 and 0F. RGB value is (159,153,15). Sum of RGB (Red+Green+Blue) = 159+153+15=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F990F is #6066F0. Grayscale: #8B8B8B. Windows color (decimal): -6317809 or 1022367. OLE color: 1022367.

HSL color Cylindrical-coordinate representation of color #9F990F: hue angle of 57.5º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F990F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 153 15 -
CMYK 0 0.04 0.91 0.38
HSL 57.5º 0.83% 0.34% -
HSV(B) 57.5º 0.91% 0.62% -
XYZ 25.78 30.19 4.92 -
YUV 139.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 159 153 15 0 0.04 0.91 0.38 57.5 0.83 0.34
Hex 9F 99 F 0 4 5B 26 3A 53 22
Octal 237 231 17 0 4 133 46 72 123 42
Binary 10011111 10011001 1111 0 100 1011011 100110 111010 1010011 100010

Color Harmonies of #9F990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F990F

Black with #9F990F

Text Example


Text Example

White with #9F990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F990F; }

 p { color: rgb(159,153,15); }

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

background-color css

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

 a { background-color: rgb(159,153,15); }

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

border-color css

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

 span { border-color: rgb(159,153,15); }

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