Html Css Color HEX #F0CA9D New Tan

📋 copy color: '#F0CA9D'

red 240 ◦ green 202 ◦ blue 157

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

Shades of New Tan #F0CA9D

Tints of New Tan #F0CA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

 BLUE value IS 157 (61.72% from 255) = 26.21%

R = 40.07%
G = 33.72%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0CA9D (or 0xF0CA9D) is known color: New Tan. HEX triplet: F0, CA and 9D. RGB value is (240,202,157). Sum of RGB (Red+Green+Blue) = 240+202+157=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA9D is #0F3562. Grayscale: #D0D0D0. Windows color (decimal): -996707 or 10341104. OLE color: 10341104.

HSL color Cylindrical-coordinate representation of color #F0CA9D: hue angle of 32.53º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0CA9D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 157 -
CMYK 0 0.16 0.35 0.06
HSL 32.53º 0.73% 0.78% -
HSV(B) 32.53º 0.35% 0.94% -
XYZ 63.14 63.2 40.77 -
YUV 208.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 240 202 157 0 0.16 0.35 0.06 32.53 0.73 0.78
Hex F0 CA 9D 0 10 23 6 21 49 4E
Octal 360 312 235 0 20 43 6 41 111 116
Binary 11110000 11001010 10011101 0 10000 100011 110 100001 1001001 1001110

Color Harmonies of #F0CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA9D

Black with #F0CA9D

Text Example


Text Example

White with #F0CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA9D; }

 p { color: rgb(240,202,157); }

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

background-color css

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

 a { background-color: rgb(240,202,157); }

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

border-color css

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

 span { border-color: rgb(240,202,157); }

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