Html Css Color HEX #F7E982 Khaki

📋 copy color: '#F7E982'

red 247 ◦ green 233 ◦ blue 130

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

Shades of Khaki #F7E982

Tints of Khaki #F7E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.2%

 BLUE value IS 130 (51.17% from 255) = 21.31%

R = 40.49%
G = 38.2%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F7E982 (or 0xF7E982) is known color: Khaki. HEX triplet: F7, E9 and 82. RGB value is (247,233,130). Sum of RGB (Red+Green+Blue) = 247+233+130=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E982 is #08167D. Grayscale: #E1E1E1. Windows color (decimal): -530046 or 8579575. OLE color: 8579575.

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

Color convert

RGB 247 233 130 -
CMYK 0 0.06 0.47 0.03
HSL 52.82º 0.88% 0.74% -
HSV(B) 52.82º 0.47% 0.97% -
XYZ 71.53 79.66 32.73 -
YUV 225.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 247 233 130 0 0.06 0.47 0.03 52.82 0.88 0.74
Hex F7 E9 82 0 6 2F 3 35 58 4A
Octal 367 351 202 0 6 57 3 65 130 112
Binary 11110111 11101001 10000010 0 110 101111 11 110101 1011000 1001010

Color Harmonies of #F7E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E982

Black with #F7E982

Text Example


Text Example

White with #F7E982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E982; }

 p { color: rgb(247,233,130); }

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

background-color css

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

 a { background-color: rgb(247,233,130); }

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

border-color css

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

 span { border-color: rgb(247,233,130); }

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