Html Css Color HEX #F4C295 New Tan

📋 copy color: '#F4C295'

red 244 ◦ green 194 ◦ blue 149

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

Shades of New Tan #F4C295

Tints of New Tan #F4C295

RGB

 RED value IS 244 (95.7% from 255) = 41.57%

 GREEN value IS 194 (76.17% from 255) = 33.05%

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

R = 41.57%
G = 33.05%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F4C295 (or 0xF4C295) is known color: New Tan. HEX triplet: F4, C2 and 95. RGB value is (244,194,149). Sum of RGB (Red+Green+Blue) = 244+194+149=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C295 is #0B3D6A. Grayscale: #CCCCCC. Windows color (decimal): -736619 or 9814772. OLE color: 9814772.

HSL color Cylindrical-coordinate representation of color #F4C295: hue angle of 28.42º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4C295 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 194 149 -
CMYK 0 0.20 0.39 0.04
HSL 28.42º 0.81% 0.77% -
HSV(B) 28.42º 0.39% 0.96% -
XYZ 62.02 59.99 36.74 -
YUV 203.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 244 194 149 0 0.20 0.39 0.04 28.42 0.81 0.77
Hex F4 C2 95 0 14 27 4 1C 51 4D
Octal 364 302 225 0 24 47 4 34 121 115
Binary 11110100 11000010 10010101 0 10100 100111 100 11100 1010001 1001101

Color Harmonies of #F4C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C295

Black with #F4C295

Text Example


Text Example

White with #F4C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C295; }

 p { color: rgb(244,194,149); }

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

background-color css

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

 a { background-color: rgb(244,194,149); }

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

border-color css

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

 span { border-color: rgb(244,194,149); }

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