#F8CD9A

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

Shades of Peach-Orange #F8CD9A

Tints of Peach-Orange #F8CD9A

Color information

#F8CD9A (or 0xF8CD9A) is unknown color: approx Peach-Orange. HEX triplet: F8, CD and 9A. RGB value is (248,205,154). Sum of RGB (Red+Green+Blue) = 248+205+154=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CD9A is #073265. Grayscale: #D4D4D4. Windows color (decimal): -471654 or 10145272. OLE color: 10145272.

HSL color Cylindrical-coordinate representation of color #F8CD9A: hue angle of 32.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 #F8CD9A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248205154-
CMYK00.170.380.03
HSL32.55º87.04%78.82%-
HSV(B)32.55º37.9%97.25%-
XYZ66.3865.9539.8-
YUV212.0495.25153.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=40.86%
G=33.77%
B=25.37%

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
Decimal24820515400.170.380.0332.5587.0478.82
HexF8CD9A01126321574f
Octal37031523202146341127117
Binary1111100011001101100110100100011001101110000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CD9A; }

 p { color: rgb(248,205,154); }

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

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

 a { background-color: rgb(248,205,154); }

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

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

 span { border-color: rgb(248,205,154); }

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