Html Css Color HEX #F7F086 Khaki

📋 copy color: '#F7F086'

red 247 ◦ green 240 ◦ blue 134

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

Shades of Khaki #F7F086

Tints of Khaki #F7F086

RGB

 RED value IS 247 (96.88% from 255) = 39.77%

 GREEN value IS 240 (94.14% from 255) = 38.65%

 BLUE value IS 134 (52.73% from 255) = 21.58%

R = 39.77%
G = 38.65%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7F086 (or 0xF7F086) is known color: Khaki. HEX triplet: F7, F0 and 86. RGB value is (247,240,134). Sum of RGB (Red+Green+Blue) = 247+240+134=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F086 is #080F79. Grayscale: #E6E6E6. Windows color (decimal): -528250 or 8843511. OLE color: 8843511.

HSL color Cylindrical-coordinate representation of color #F7F086: hue angle of 56.28º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7F086 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 240 134 -
CMYK 0 0.03 0.46 0.03
HSL 56.28º 0.88% 0.75% -
HSV(B) 56.28º 0.46% 0.97% -
XYZ 73.82 83.82 34.84 -
YUV 230.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 247 240 134 0 0.03 0.46 0.03 56.28 0.88 0.75
Hex F7 F0 86 0 3 2E 3 38 58 4B
Octal 367 360 206 0 3 56 3 70 130 113
Binary 11110111 11110000 10000110 0 11 101110 11 111000 1011000 1001011

Color Harmonies of #F7F086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F086

Black with #F7F086

Text Example


Text Example

White with #F7F086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F086; }

 p { color: rgb(247,240,134); }

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

background-color css

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

 a { background-color: rgb(247,240,134); }

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

border-color css

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

 span { border-color: rgb(247,240,134); }

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