#F7CB97

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

Shades of Peach-Orange #F7CB97

Tints of Peach-Orange #F7CB97

Color information

#F7CB97 (or 0xF7CB97) is unknown color: approx Peach-Orange. HEX triplet: F7, CB and 97. RGB value is (247,203,151). Sum of RGB (Red+Green+Blue) = 247+203+151=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CB97 is #083468. Grayscale: #D2D2D2. Windows color (decimal): -537705 or 9948151. OLE color: 9948151.

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

Color convert

RGB247203151-
CMYK00.180.390.03
HSL32.5º85.71%78.04%-
HSV(B)32.5º38.87%96.86%-
XYZ65.364.7238.33-
YUV210.2394.58154.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=41.10%
G=33.78%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720315100.180.390.0332.585.7178.04
HexF7CB9701227320564e
Octal36731322702247340126116
Binary1111011111001011100101110100101001111110000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CB97; }

 p { color: rgb(247,203,151); }

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

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

 a { background-color: rgb(247,203,151); }

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

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

 span { border-color: rgb(247,203,151); }

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