#F0CF93

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

Shades of Chamois #F0CF93

Tints of Chamois #F0CF93

Color information

#F0CF93 (or 0xF0CF93) is unknown color: approx Chamois. HEX triplet: F0, CF and 93. RGB value is (240,207,147). Sum of RGB (Red+Green+Blue) = 240+207+147=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF93 is #0F306C. Grayscale: #D2D2D2. Windows color (decimal): -995437 or 9687024. OLE color: 9687024.

HSL color Cylindrical-coordinate representation of color #F0CF93: hue angle of 38.71º 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 #F0CF93 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240207147-
CMYK00.140.390.06
HSL38.71º75.61%75.88%-
HSV(B)38.71º38.75%94.12%-
XYZ63.5165.2636.85-
YUV210.0392.43149.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 147 (57.81% from 255) = 24.75%
R=40.40%
G=34.85%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020714700.140.390.0638.7175.6175.88
HexF0CF930E276274c4c
Octal36031722301647647114114
Binary1111000011001111100100110111010011111010011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CF93; }

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

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

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

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

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

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

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

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