#F0C18F

Color #F0C18F New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F0C18F

Tints of New Tan #F0C18F

Color information

#F0C18F (or 0xF0C18F) is unknown color: approx New Tan. HEX triplet: F0, C1 and 8F. RGB value is (240,193,143). Sum of RGB (Red+Green+Blue) = 240+193+143=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C18F is #0F3E70. Grayscale: #C9C9C9. Windows color (decimal): -999025 or 9421296. OLE color: 9421296.

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

Color convert

RGB240193143-
CMYK00.200.400.06
HSL30.93º76.38%75.1%-
HSV(B)30.93º40.42%94.12%-
XYZ59.9658.6534.15-
YUV201.3595.07155.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 143 (56.25% from 255) = 24.83%
R=41.67%
G=33.51%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019314300.200.400.0630.9376.3875.1
HexF0C18F0142861f4c4b
Octal36030121702450637114113
Binary1111000011000001100011110101001010001101111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C18F; }

 p { color: rgb(240,193,143); }

 H1.HeaderClassName
 {
   color: #F0C18F;
 }
 .AnyTagClassName
 {
   color: #F0C18F;
 }
</style>
background-color css

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

 a { background-color: rgb(240,193,143); }

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

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

 span { border-color: rgb(240,193,143); }

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