#F7CD9B

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

Shades of Peach-Orange #F7CD9B

Tints of Peach-Orange #F7CD9B

Color information

#F7CD9B (or 0xF7CD9B) is unknown color: approx Peach-Orange. HEX triplet: F7, CD and 9B. RGB value is (247,205,155). Sum of RGB (Red+Green+Blue) = 247+205+155=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CD9B is #083264. Grayscale: #D4D4D4. Windows color (decimal): -537189 or 10210807. OLE color: 10210807.

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

Color convert

RGB247205155-
CMYK00.170.370.03
HSL32.61º85.19%78.82%-
HSV(B)32.61º37.25%96.86%-
XYZ66.1165.840.23-
YUV211.8695.91153.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 155 (60.94% from 255) = 25.54%
R=40.69%
G=33.77%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720515500.170.370.0332.6185.1978.82
HexF7CD9B01125321554f
Octal36731523302145341125117
Binary1111011111001101100110110100011001011110000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CD9B; }

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

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

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

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

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

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

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

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