#F0D093

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

Shades of Chamois #F0D093

Tints of Chamois #F0D093

Color information

#F0D093 (or 0xF0D093) is unknown color: approx Chamois. HEX triplet: F0, D0 and 93. RGB value is (240,208,147). Sum of RGB (Red+Green+Blue) = 240+208+147=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D093 is #0F2F6C. Grayscale: #D2D2D2. Windows color (decimal): -995181 or 9687280. OLE color: 9687280.

HSL color Cylindrical-coordinate representation of color #F0D093: hue angle of 39.35º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0D093 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240208147-
CMYK00.130.390.06
HSL39.35º75.61%75.88%-
HSV(B)39.35º38.75%94.12%-
XYZ63.7665.7436.93-
YUV210.6192.1148.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 147 (57.81% from 255) = 24.71%
R=40.34%
G=34.96%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020814700.130.390.0639.3575.6175.88
HexF0D0930D276274c4c
Octal36032022301547647114114
Binary1111000011010000100100110110110011111010011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D093; }

 p { color: rgb(240,208,147); }

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

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

 a { background-color: rgb(240,208,147); }

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

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

 span { border-color: rgb(240,208,147); }

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