#F8C392

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

Shades of Peach-Orange #F8C392

Tints of Peach-Orange #F8C392

Color information

#F8C392 (or 0xF8C392) is unknown color: approx Peach-Orange. HEX triplet: F8, C3 and 92. RGB value is (248,195,146). Sum of RGB (Red+Green+Blue) = 248+195+146=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C392 is #073C6D. Grayscale: #CDCDCD. Windows color (decimal): -474222 or 9618424. OLE color: 9618424.

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

Color convert

RGB248195146-
CMYK00.210.410.03
HSL28.82º87.93%77.25%-
HSV(B)28.82º41.13%97.25%-
XYZ63.4161.0635.64-
YUV205.2694.56158.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=42.11%
G=33.11%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819514600.210.410.0328.8287.9377.25
HexF8C3920152931d584d
Octal37030322202551335130115
Binary111110001100001110010010010101101001111110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C392; }

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

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

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

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

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

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

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

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