#F7CD98

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

Shades of Peach-Orange #F7CD98

Tints of Peach-Orange #F7CD98

Color information

#F7CD98 (or 0xF7CD98) is unknown color: approx Peach-Orange. HEX triplet: F7, CD and 98. RGB value is (247,205,152). Sum of RGB (Red+Green+Blue) = 247+205+152=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CD98 is #083267. Grayscale: #D3D3D3. Windows color (decimal): -537192 or 10014199. OLE color: 10014199.

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

Color convert

RGB247205152-
CMYK00.170.380.03
HSL33.47º85.59%78.24%-
HSV(B)33.47º38.46%96.86%-
XYZ65.8665.738.92-
YUV211.5294.41153.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 152 (59.77% from 255) = 25.17%
R=40.89%
G=33.94%
B=25.17%

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
Decimal24720515200.170.380.0333.4785.5978.24
HexF7CD9801126321564e
Octal36731523002146341126116
Binary1111011111001101100110000100011001101110000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CD98; }

 p { color: rgb(247,205,152); }

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

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

 a { background-color: rgb(247,205,152); }

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

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

 span { border-color: rgb(247,205,152); }

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