#F5CB96

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

Shades of Peach-Orange #F5CB96

Tints of Peach-Orange #F5CB96

Color information

#F5CB96 (or 0xF5CB96) is unknown color: approx Peach-Orange. HEX triplet: F5, CB and 96. RGB value is (245,203,150). Sum of RGB (Red+Green+Blue) = 245+203+150=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB96 is #0A3469. Grayscale: #D1D1D1. Windows color (decimal): -668778 or 9882613. OLE color: 9882613.

HSL color Cylindrical-coordinate representation of color #F5CB96: hue angle of 33.47º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5CB96 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB245203150-
CMYK00.170.390.04
HSL33.47º82.61%77.45%-
HSV(B)33.47º38.78%96.08%-
XYZ64.5264.3337.87-
YUV209.5294.41153.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=40.97%
G=33.95%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520315000.170.390.0433.4782.6177.45
HexF5CB9601127421534d
Octal36531322602147441123115
Binary11110101110010111001011001000110011110010000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB96; }

 p { color: rgb(245,203,150); }

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

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

 a { background-color: rgb(245,203,150); }

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

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

 span { border-color: rgb(245,203,150); }

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