#f7cb93

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

Shades of Peach-Orange #F7CB93

Tints of Peach-Orange #F7CB93

Color information

#F7CB93 (or 0xF7CB93) is unknown color: approx Peach-Orange. HEX triplet: F7, CB and 93. RGB value is (247,203,147). Sum of RGB (Red+Green+Blue) = 247+203+147=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CB93 is #08346C. Grayscale: #D2D2D2. Windows color (decimal): -537709 or 9686007. OLE color: 9686007.

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

Color convert

RGB247203147-
CMYK00.180.400.03
HSL33.6º86.21%77.25%-
HSV(B)33.6º40.49%96.86%-
XYZ64.9864.5936.65-
YUV209.7792.58154.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.37%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 147 (57.81% from 255) = 24.62%
R=41.37%
G=34.00%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720314700.180.400.0333.686.2177.25
HexF7CB9301228322564d
Octal36731322302250342126115
Binary1111011111001011100100110100101010001110001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7cb93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7cb93; }

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

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

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

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

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

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

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

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