Html Css Color HEX #F2C592 New Tan

📋 copy color: '#F2C592'

red 242 ◦ green 197 ◦ blue 146

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

Shades of New Tan #F2C592

Tints of New Tan #F2C592

RGB

 RED value IS 242 (94.92% from 255) = 41.37%

 GREEN value IS 197 (77.34% from 255) = 33.68%

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

R = 41.37%
G = 33.68%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2C592 (or 0xF2C592) is known color: New Tan. HEX triplet: F2, C5 and 92. RGB value is (242,197,146). Sum of RGB (Red+Green+Blue) = 242+197+146=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C592 is #0D3A6D. Grayscale: #CCCCCC. Windows color (decimal): -866926 or 9618930. OLE color: 9618930.

HSL color Cylindrical-coordinate representation of color #F2C592: hue angle of 31.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2C592 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 197 146 -
CMYK 0 0.19 0.40 0.05
HSL 31.88º 0.79% 0.76% -
HSV(B) 31.88º 0.4% 0.95% -
XYZ 61.77 60.89 35.69 -
YUV 204.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 242 197 146 0 0.19 0.40 0.05 31.88 0.79 0.76
Hex F2 C5 92 0 13 28 5 20 4F 4C
Octal 362 305 222 0 23 50 5 40 117 114
Binary 11110010 11000101 10010010 0 10011 101000 101 100000 1001111 1001100

Color Harmonies of #F2C592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C592

Black with #F2C592

Text Example


Text Example

White with #F2C592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C592; }

 p { color: rgb(242,197,146); }

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

background-color css

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

 a { background-color: rgb(242,197,146); }

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

border-color css

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

 span { border-color: rgb(242,197,146); }

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