Html Css Color HEX #F0CC94 Chamois

📋 copy color: '#F0CC94'

red 240 ◦ green 204 ◦ blue 148

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

Shades of Chamois #F0CC94

Tints of Chamois #F0CC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 148 (58.2% from 255) = 25%

R = 40.54%
G = 34.46%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0CC94 (or 0xF0CC94) is known color: Chamois. HEX triplet: F0, CC and 94. RGB value is (240,204,148). Sum of RGB (Red+Green+Blue) = 240+204+148=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CC94 is #0F336B. Grayscale: #D0D0D0. Windows color (decimal): -996204 or 9751792. OLE color: 9751792.

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

Color convert

RGB 240 204 148 -
CMYK 0 0.15 0.38 0.06
HSL 36.52º 0.75% 0.76% -
HSV(B) 36.52º 0.38% 0.94% -
XYZ 62.87 63.85 37.03 -
YUV 208.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 240 204 148 0 0.15 0.38 0.06 36.52 0.75 0.76
Hex F0 CC 94 0 F 26 6 25 4B 4C
Octal 360 314 224 0 17 46 6 45 113 114
Binary 11110000 11001100 10010100 0 1111 100110 110 100101 1001011 1001100

Color Harmonies of #F0CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC94

Black with #F0CC94

Text Example


Text Example

White with #F0CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC94; }

 p { color: rgb(240,204,148); }

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

background-color css

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

 a { background-color: rgb(240,204,148); }

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

border-color css

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

 span { border-color: rgb(240,204,148); }

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