#F1DF90

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

Shades of Khaki #F1DF90

Tints of Khaki #F1DF90

Color information

#F1DF90 (or 0xF1DF90) is unknown color: approx Khaki. HEX triplet: F1, DF and 90. RGB value is (241,223,144). Sum of RGB (Red+Green+Blue) = 241+223+144=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF90 is #0E206F. Grayscale: #DBDBDB. Windows color (decimal): -925808 or 9494513. OLE color: 9494513.

HSL color Cylindrical-coordinate representation of color #F1DF90: hue angle of 48.87º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1DF90 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241223144-
CMYK00.070.400.05
HSL48.87º77.6%75.49%-
HSV(B)48.87º40.25%94.51%-
XYZ67.773.4937-
YUV219.3885.46143.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 144 (56.64% from 255) = 23.68%
R=39.64%
G=36.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122314400.070.400.0548.8777.675.49
HexF1DF9007285314e4b
Octal3613372200750561116113
Binary111100011101111110010000011110100010111000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DF90; }

 p { color: rgb(241,223,144); }

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

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

 a { background-color: rgb(241,223,144); }

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

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

 span { border-color: rgb(241,223,144); }

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