#F8CF9B

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

Shades of Peach-Orange #F8CF9B

Tints of Peach-Orange #F8CF9B

Color information

#F8CF9B (or 0xF8CF9B) is unknown color: approx Peach-Orange. HEX triplet: F8, CF and 9B. RGB value is (248,207,155). Sum of RGB (Red+Green+Blue) = 248+207+155=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CF9B is #073064. Grayscale: #D5D5D5. Windows color (decimal): -471141 or 10211320. OLE color: 10211320.

HSL color Cylindrical-coordinate representation of color #F8CF9B: hue angle of 33.55º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8CF9B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248207155-
CMYK00.170.380.03
HSL33.55º86.92%79.02%-
HSV(B)33.55º37.5%97.25%-
XYZ66.9466.9540.4-
YUV213.3395.08152.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 155 (60.94% from 255) = 25.41%
R=40.66%
G=33.93%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820715500.170.380.0333.5586.9279.02
HexF8CF9B01126322574f
Octal37031723302146342127117
Binary1111100011001111100110110100011001101110001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CF9B; }

 p { color: rgb(248,207,155); }

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

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

 a { background-color: rgb(248,207,155); }

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

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

 span { border-color: rgb(248,207,155); }

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