Html Css Color HEX #F0C195 New Tan

📋 copy color: '#F0C195'

red 240 ◦ green 193 ◦ blue 149

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

Shades of New Tan #F0C195

Tints of New Tan #F0C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.16%

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

R = 41.24%
G = 33.16%
B = 25.6%

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

#F0C195 (or 0xF0C195) is known color: New Tan. HEX triplet: F0, C1 and 95. RGB value is (240,193,149). Sum of RGB (Red+Green+Blue) = 240+193+149=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C195 is #0F3E6A. Grayscale: #CACACA. Windows color (decimal): -999019 or 9814512. OLE color: 9814512.

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

Color convert

RGB 240 193 149 -
CMYK 0 0.20 0.38 0.06
HSL 29.01º 0.75% 0.76% -
HSV(B) 29.01º 0.38% 0.94% -
XYZ 60.43 58.84 36.61 -
YUV 202.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 240 193 149 0 0.20 0.38 0.06 29.01 0.75 0.76
Hex F0 C1 95 0 14 26 6 1D 4B 4C
Octal 360 301 225 0 24 46 6 35 113 114
Binary 11110000 11000001 10010101 0 10100 100110 110 11101 1001011 1001100

Color Harmonies of #F0C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C195

Black with #F0C195

Text Example


Text Example

White with #F0C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C195; }

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

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

background-color css

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

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

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

border-color css

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

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

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