#F6C08F

Color #F6C08F Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F6C08F

Tints of Peach-Orange #F6C08F

Color information

#F6C08F (or 0xF6C08F) is unknown color: approx Peach-Orange. HEX triplet: F6, C0 and 8F. RGB value is (246,192,143). Sum of RGB (Red+Green+Blue) = 246+192+143=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C08F is #093F70. Grayscale: #CACACA. Windows color (decimal): -606065 or 9421046. OLE color: 9421046.

HSL color Cylindrical-coordinate representation of color #F6C08F: hue angle of 28.54º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6C08F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246192143-
CMYK00.220.420.04
HSL28.54º85.12%76.27%-
HSV(B)28.54º41.87%96.47%-
XYZ61.8159.2834.17-
YUV202.5694.39158.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.34%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 143 (56.25% from 255) = 24.61%
R=42.34%
G=33.05%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619214300.220.420.0428.5485.1276.27
HexF6C08F0162A41d554c
Octal36630021702652435125114
Binary1111011011000000100011110101101010101001110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C08F; }

 p { color: rgb(246,192,143); }

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

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

 a { background-color: rgb(246,192,143); }

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

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

 span { border-color: rgb(246,192,143); }

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