#F6C48F

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

Shades of Peach-Orange #F6C48F

Tints of Peach-Orange #F6C48F

Color information

#F6C48F (or 0xF6C48F) is unknown color: approx Peach-Orange. HEX triplet: F6, C4 and 8F. RGB value is (246,196,143). Sum of RGB (Red+Green+Blue) = 246+196+143=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C48F is #093B70. Grayscale: #CDCDCD. Windows color (decimal): -605041 or 9422070. OLE color: 9422070.

HSL color Cylindrical-coordinate representation of color #F6C48F: hue angle of 30.87º 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 #F6C48F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246196143-
CMYK00.200.420.04
HSL30.87º85.12%76.27%-
HSV(B)30.87º41.87%96.47%-
XYZ62.761.0634.47-
YUV204.9193.06157.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=42.05%
G=33.50%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619614300.200.420.0430.8785.1276.27
HexF6C48F0142A41f554c
Octal36630421702452437125114
Binary1111011011000100100011110101001010101001111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C48F; }

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

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

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

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

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

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

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

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