Html Css Color HEX #F2CF9A Chamois

📋 copy color: '#F2CF9A'

red 242 ◦ green 207 ◦ blue 154

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

Shades of Chamois #F2CF9A

Tints of Chamois #F2CF9A

RGB

 RED value IS 242 (94.92% from 255) = 40.13%

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

 BLUE value IS 154 (60.55% from 255) = 25.54%

R = 40.13%
G = 34.33%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2CF9A (or 0xF2CF9A) is known color: Chamois. HEX triplet: F2, CF and 9A. RGB value is (242,207,154). Sum of RGB (Red+Green+Blue) = 242+207+154=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF9A is #0D3065. Grayscale: #D3D3D3. Windows color (decimal): -864358 or 10145778. OLE color: 10145778.

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

Color convert

RGB 242 207 154 -
CMYK 0 0.14 0.36 0.05
HSL 36.14º 0.77% 0.78% -
HSV(B) 36.14º 0.36% 0.95% -
XYZ 64.76 65.84 39.87 -
YUV 211.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 242 207 154 0 0.14 0.36 0.05 36.14 0.77 0.78
Hex F2 CF 9A 0 E 24 5 24 4D 4E
Octal 362 317 232 0 16 44 5 44 115 116
Binary 11110010 11001111 10011010 0 1110 100100 101 100100 1001101 1001110

Color Harmonies of #F2CF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF9A

Black with #F2CF9A

Text Example


Text Example

White with #F2CF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF9A; }

 p { color: rgb(242,207,154); }

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

background-color css

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

 a { background-color: rgb(242,207,154); }

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

border-color css

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

 span { border-color: rgb(242,207,154); }

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