#F8C38F

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

Shades of Peach-Orange #F8C38F

Tints of Peach-Orange #F8C38F

Color information

#F8C38F (or 0xF8C38F) is unknown color: approx Peach-Orange. HEX triplet: F8, C3 and 8F. RGB value is (248,195,143). Sum of RGB (Red+Green+Blue) = 248+195+143=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C38F is #073C70. Grayscale: #CDCDCD. Windows color (decimal): -474225 or 9421816. OLE color: 9421816.

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

Color convert

RGB248195143-
CMYK00.210.420.03
HSL29.71º88.24%76.67%-
HSV(B)29.71º42.34%97.25%-
XYZ63.1860.9734.42-
YUV204.9293.06158.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.32%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 143 (56.25% from 255) = 24.40%
R=42.32%
G=33.28%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819514300.210.420.0329.7188.2476.67
HexF8C38F0152A31e584d
Octal37030321702552336130115
Binary111110001100001110001111010101101010111111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C38F; }

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

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

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

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

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

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

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

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