Html Css Color HEX #F2C99A New Tan

📋 copy color: '#F2C99A'

red 242 ◦ green 201 ◦ blue 154

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

Shades of New Tan #F2C99A

Tints of New Tan #F2C99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.67%

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

R = 40.54%
G = 33.67%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2C99A (or 0xF2C99A) is known color: New Tan. HEX triplet: F2, C9 and 9A. RGB value is (242,201,154). Sum of RGB (Red+Green+Blue) = 242+201+154=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C99A is #0D3665. Grayscale: #D0D0D0. Windows color (decimal): -865894 or 10144242. OLE color: 10144242.

HSL color Cylindrical-coordinate representation of color #F2C99A: hue angle of 32.05º 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 #F2C99A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 154 -
CMYK 0 0.17 0.36 0.05
HSL 32.05º 0.77% 0.78% -
HSV(B) 32.05º 0.36% 0.95% -
XYZ 63.34 62.98 39.39 -
YUV 207.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 242 201 154 0 0.17 0.36 0.05 32.05 0.77 0.78
Hex F2 C9 9A 0 11 24 5 20 4D 4E
Octal 362 311 232 0 21 44 5 40 115 116
Binary 11110010 11001001 10011010 0 10001 100100 101 100000 1001101 1001110

Color Harmonies of #F2C99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C99A

Black with #F2C99A

Text Example


Text Example

White with #F2C99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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