Html Css Color HEX #F7ED85 Khaki

📋 copy color: '#F7ED85'

red 247 ◦ green 237 ◦ blue 133

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

Shades of Khaki #F7ED85

Tints of Khaki #F7ED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.41%

 BLUE value IS 133 (52.34% from 255) = 21.56%

R = 40.03%
G = 38.41%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7ED85 (or 0xF7ED85) is known color: Khaki. HEX triplet: F7, ED and 85. RGB value is (247,237,133). Sum of RGB (Red+Green+Blue) = 247+237+133=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7ED85 is #08127A. Grayscale: #E4E4E4. Windows color (decimal): -529019 or 8777207. OLE color: 8777207.

HSL color Cylindrical-coordinate representation of color #F7ED85: hue angle of 54.74º 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 #F7ED85 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 237 133 -
CMYK 0 0.04 0.46 0.03
HSL 54.74º 0.88% 0.75% -
HSV(B) 54.74º 0.46% 0.97% -
XYZ 72.88 82.04 34.18 -
YUV 228.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 247 237 133 0 0.04 0.46 0.03 54.74 0.88 0.75
Hex F7 ED 85 0 4 2E 3 37 58 4B
Octal 367 355 205 0 4 56 3 67 130 113
Binary 11110111 11101101 10000101 0 100 101110 11 110111 1011000 1001011

Color Harmonies of #F7ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ED85

Black with #F7ED85

Text Example


Text Example

White with #F7ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ED85; }

 p { color: rgb(247,237,133); }

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

background-color css

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

 a { background-color: rgb(247,237,133); }

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

border-color css

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

 span { border-color: rgb(247,237,133); }

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