Html Css Color HEX #F2C79A New Tan

📋 copy color: '#F2C79A'

red 242 ◦ green 199 ◦ blue 154

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

Shades of New Tan #F2C79A

Tints of New Tan #F2C79A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 40.67%
G = 33.45%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2C79A (or 0xF2C79A) is known color: New Tan. HEX triplet: F2, C7 and 9A. RGB value is (242,199,154). Sum of RGB (Red+Green+Blue) = 242+199+154=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C79A is #0D3865. Grayscale: #CECECE. Windows color (decimal): -866406 or 10143730. OLE color: 10143730.

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

Color convert

RGB 242 199 154 -
CMYK 0 0.18 0.36 0.05
HSL 30.68º 0.77% 0.78% -
HSV(B) 30.68º 0.36% 0.95% -
XYZ 62.87 62.06 39.24 -
YUV 206.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 242 199 154 0 0.18 0.36 0.05 30.68 0.77 0.78
Hex F2 C7 9A 0 12 24 5 1F 4D 4E
Octal 362 307 232 0 22 44 5 37 115 116
Binary 11110010 11000111 10011010 0 10010 100100 101 11111 1001101 1001110

Color Harmonies of #F2C79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C79A

Black with #F2C79A

Text Example


Text Example

White with #F2C79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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