Html Css Color HEX #F2CB95 New Tan

📋 copy color: '#F2CB95'

red 242 ◦ green 203 ◦ blue 149

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

Shades of New Tan #F2CB95

Tints of New Tan #F2CB95

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

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

R = 40.74%
G = 34.18%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2CB95 (or 0xF2CB95) is known color: New Tan. HEX triplet: F2, CB and 95. RGB value is (242,203,149). Sum of RGB (Red+Green+Blue) = 242+203+149=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB95 is #0D346A. Grayscale: #D0D0D0. Windows color (decimal): -865387 or 9817074. OLE color: 9817074.

HSL color Cylindrical-coordinate representation of color #F2CB95: hue angle of 34.84º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2CB95 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 149 -
CMYK 0 0.16 0.38 0.05
HSL 34.84º 0.78% 0.77% -
HSV(B) 34.84º 0.38% 0.95% -
XYZ 63.4 63.76 37.4 -
YUV 208.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 242 203 149 0 0.16 0.38 0.05 34.84 0.78 0.77
Hex F2 CB 95 0 10 26 5 23 4E 4D
Octal 362 313 225 0 20 46 5 43 116 115
Binary 11110010 11001011 10010101 0 10000 100110 101 100011 1001110 1001101

Color Harmonies of #F2CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB95

Black with #F2CB95

Text Example


Text Example

White with #F2CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB95; }

 p { color: rgb(242,203,149); }

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

background-color css

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

 a { background-color: rgb(242,203,149); }

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

border-color css

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

 span { border-color: rgb(242,203,149); }

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