#FAF085

Color #FAF085 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #FAF085

Tints of Khaki #FAF085

Color information

#FAF085 (or 0xFAF085) is unknown color: approx Khaki. HEX triplet: FA, F0 and 85. RGB value is (250,240,133). Sum of RGB (Red+Green+Blue) = 250+240+133=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF085 is #050F7A. Grayscale: #E7E7E7. Windows color (decimal): -331643 or 8777978. OLE color: 8777978.

HSL color Cylindrical-coordinate representation of color #FAF085: hue angle of 54.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAF085 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250240133-
CMYK00.040.470.02
HSL54.87º92.13%75.1%-
HSV(B)54.87º46.8%98.04%-
XYZ74.8284.3434.53-
YUV230.7972.81141.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 133 (52.34% from 255) = 21.35%
R=40.13%
G=38.52%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024013300.040.470.0254.8792.1375.1
HexFAF085042F2375c4b
Octal3723602050457267134113
Binary11111010111100001000010101001011111011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF085; }

 p { color: rgb(250,240,133); }

 H1.HeaderClassName
 {
   color: #FAF085;
 }
 .AnyTagClassName
 {
   color: #FAF085;
 }
</style>
background-color css

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

 a { background-color: rgb(250,240,133); }

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

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

 span { border-color: rgb(250,240,133); }

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