Html Css Color HEX #F2C58F New Tan

📋 copy color: '#F2C58F'

red 242 ◦ green 197 ◦ blue 143

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

Shades of New Tan #F2C58F

Tints of New Tan #F2C58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.57%

R = 41.58%
G = 33.85%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2C58F (or 0xF2C58F) is known color: New Tan. HEX triplet: F2, C5 and 8F. RGB value is (242,197,143). Sum of RGB (Red+Green+Blue) = 242+197+143=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C58F is #0D3A70. Grayscale: #CCCCCC. Windows color (decimal): -866929 or 9422322. OLE color: 9422322.

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

Color convert

RGB 242 197 143 -
CMYK 0 0.19 0.41 0.05
HSL 32.73º 0.79% 0.75% -
HSV(B) 32.73º 0.41% 0.95% -
XYZ 61.54 60.79 34.48 -
YUV 204.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 242 197 143 0 0.19 0.41 0.05 32.73 0.79 0.75
Hex F2 C5 8F 0 13 29 5 21 4F 4B
Octal 362 305 217 0 23 51 5 41 117 113
Binary 11110010 11000101 10001111 0 10011 101001 101 100001 1001111 1001011

Color Harmonies of #F2C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C58F

Black with #F2C58F

Text Example


Text Example

White with #F2C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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