Html Css Color HEX #F0CE95 Chamois

📋 copy color: '#F0CE95'

red 240 ◦ green 206 ◦ blue 149

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

Shades of Chamois #F0CE95

Tints of Chamois #F0CE95

RGB

 RED value IS 240 (94.14% from 255) = 40.34%

 GREEN value IS 206 (80.86% from 255) = 34.62%

 BLUE value IS 149 (58.59% from 255) = 25.04%

R = 40.34%
G = 34.62%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0CE95 (or 0xF0CE95) is known color: Chamois. HEX triplet: F0, CE and 95. RGB value is (240,206,149). Sum of RGB (Red+Green+Blue) = 240+206+149=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE95 is #0F316A. Grayscale: #D1D1D1. Windows color (decimal): -995691 or 9817840. OLE color: 9817840.

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

Color convert

RGB 240 206 149 -
CMYK 0 0.14 0.38 0.06
HSL 37.58º 0.75% 0.76% -
HSV(B) 37.58º 0.38% 0.94% -
XYZ 63.43 64.84 37.61 -
YUV 209.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 240 206 149 0 0.14 0.38 0.06 37.58 0.75 0.76
Hex F0 CE 95 0 E 26 6 26 4B 4C
Octal 360 316 225 0 16 46 6 46 113 114
Binary 11110000 11001110 10010101 0 1110 100110 110 100110 1001011 1001100

Color Harmonies of #F0CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE95

Black with #F0CE95

Text Example


Text Example

White with #F0CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE95; }

 p { color: rgb(240,206,149); }

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

background-color css

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

 a { background-color: rgb(240,206,149); }

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

border-color css

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

 span { border-color: rgb(240,206,149); }

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