#F8C28F

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

Shades of Peach-Orange #F8C28F

Tints of Peach-Orange #F8C28F

Color information

#F8C28F (or 0xF8C28F) is unknown color: approx Peach-Orange. HEX triplet: F8, C2 and 8F. RGB value is (248,194,143). Sum of RGB (Red+Green+Blue) = 248+194+143=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C28F is #073D70. Grayscale: #CCCCCC. Windows color (decimal): -474481 or 9421560. OLE color: 9421560.

HSL color Cylindrical-coordinate representation of color #F8C28F: hue angle of 29.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8C28F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248194143-
CMYK00.220.420.03
HSL29.14º88.24%76.67%-
HSV(B)29.14º42.34%97.25%-
XYZ62.9660.5234.35-
YUV204.3393.39159.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=42.39%
G=33.16%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819414300.220.420.0329.1488.2476.67
HexF8C28F0162A31d584d
Octal37030221702652335130115
Binary111110001100001010001111010110101010111110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C28F; }

 p { color: rgb(248,194,143); }

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

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

 a { background-color: rgb(248,194,143); }

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

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

 span { border-color: rgb(248,194,143); }

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