Html Css Color HEX #F0CF99 Chamois

📋 copy color: '#F0CF99'

red 240 ◦ green 207 ◦ blue 153

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

Shades of Chamois #F0CF99

Tints of Chamois #F0CF99

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.5%

 BLUE value IS 153 (60.16% from 255) = 25.5%

R = 40%
G = 34.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0CF99 (or 0xF0CF99) is known color: Chamois. HEX triplet: F0, CF and 99. RGB value is (240,207,153). Sum of RGB (Red+Green+Blue) = 240+207+153=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF99 is #0F3066. Grayscale: #D2D2D2. Windows color (decimal): -995431 or 10080240. OLE color: 10080240.

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

Color convert

RGB 240 207 153 -
CMYK 0 0.14 0.36 0.06
HSL 37.24º 0.74% 0.77% -
HSV(B) 37.24º 0.36% 0.94% -
XYZ 64 65.45 39.4 -
YUV 210.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 240 207 153 0 0.14 0.36 0.06 37.24 0.74 0.77
Hex F0 CF 99 0 E 24 6 25 4A 4D
Octal 360 317 231 0 16 44 6 45 112 115
Binary 11110000 11001111 10011001 0 1110 100100 110 100101 1001010 1001101

Color Harmonies of #F0CF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF99

Black with #F0CF99

Text Example


Text Example

White with #F0CF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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