Html Css Color HEX #F0C095 New Tan

📋 copy color: '#F0C095'

red 240 ◦ green 192 ◦ blue 149

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

Shades of New Tan #F0C095

Tints of New Tan #F0C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.05%

 BLUE value IS 149 (58.59% from 255) = 25.65%

R = 41.31%
G = 33.05%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0C095 (or 0xF0C095) is known color: New Tan. HEX triplet: F0, C0 and 95. RGB value is (240,192,149). Sum of RGB (Red+Green+Blue) = 240+192+149=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C095 is #0F3F6A. Grayscale: #C9C9C9. Windows color (decimal): -999275 or 9814256. OLE color: 9814256.

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

Color convert

RGB 240 192 149 -
CMYK 0 0.20 0.38 0.06
HSL 28.35º 0.75% 0.76% -
HSV(B) 28.35º 0.38% 0.94% -
XYZ 60.21 58.39 36.53 -
YUV 201.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 240 192 149 0 0.20 0.38 0.06 28.35 0.75 0.76
Hex F0 C0 95 0 14 26 6 1C 4B 4C
Octal 360 300 225 0 24 46 6 34 113 114
Binary 11110000 11000000 10010101 0 10100 100110 110 11100 1001011 1001100

Color Harmonies of #F0C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C095

Black with #F0C095

Text Example


Text Example

White with #F0C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C095; }

 p { color: rgb(240,192,149); }

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

background-color css

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

 a { background-color: rgb(240,192,149); }

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

border-color css

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

 span { border-color: rgb(240,192,149); }

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