Html Css Color HEX #F2C791 New Tan

📋 copy color: '#F2C791'

red 242 ◦ green 199 ◦ blue 145

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

Shades of New Tan #F2C791

Tints of New Tan #F2C791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.74%

R = 41.3%
G = 33.96%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2C791 (or 0xF2C791) is known color: New Tan. HEX triplet: F2, C7 and 91. RGB value is (242,199,145). Sum of RGB (Red+Green+Blue) = 242+199+145=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C791 is #0D386E. Grayscale: #CDCDCD. Windows color (decimal): -866415 or 9553906. OLE color: 9553906.

HSL color Cylindrical-coordinate representation of color #F2C791: hue angle of 33.4º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2C791 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 145 -
CMYK 0 0.18 0.40 0.05
HSL 33.4º 0.79% 0.76% -
HSV(B) 33.4º 0.4% 0.95% -
XYZ 62.15 61.77 35.43 -
YUV 205.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 242 199 145 0 0.18 0.40 0.05 33.4 0.79 0.76
Hex F2 C7 91 0 12 28 5 21 4F 4C
Octal 362 307 221 0 22 50 5 41 117 114
Binary 11110010 11000111 10010001 0 10010 101000 101 100001 1001111 1001100

Color Harmonies of #F2C791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C791

Black with #F2C791

Text Example


Text Example

White with #F2C791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C791; }

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

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

background-color css

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

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

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

border-color css

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

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

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