Html Css Color HEX #F0C492 New Tan

📋 copy color: '#F0C492'

red 240 ◦ green 196 ◦ blue 146

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

Shades of New Tan #F0C492

Tints of New Tan #F0C492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.68%

 BLUE value IS 146 (57.42% from 255) = 25.09%

R = 41.24%
G = 33.68%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F0C492 (or 0xF0C492) is known color: New Tan. HEX triplet: F0, C4 and 92. RGB value is (240,196,146). Sum of RGB (Red+Green+Blue) = 240+196+146=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C492 is #0F3B6D. Grayscale: #CBCBCB. Windows color (decimal): -998254 or 9618672. OLE color: 9618672.

HSL color Cylindrical-coordinate representation of color #F0C492: hue angle of 31.91º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0C492 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 196 146 -
CMYK 0 0.18 0.39 0.06
HSL 31.91º 0.76% 0.76% -
HSV(B) 31.91º 0.39% 0.94% -
XYZ 60.86 60.08 35.58 -
YUV 203.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 240 196 146 0 0.18 0.39 0.06 31.91 0.76 0.76
Hex F0 C4 92 0 12 27 6 20 4C 4C
Octal 360 304 222 0 22 47 6 40 114 114
Binary 11110000 11000100 10010010 0 10010 100111 110 100000 1001100 1001100

Color Harmonies of #F0C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C492

Black with #F0C492

Text Example


Text Example

White with #F0C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C492; }

 p { color: rgb(240,196,146); }

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

background-color css

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

 a { background-color: rgb(240,196,146); }

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

border-color css

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

 span { border-color: rgb(240,196,146); }

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