#FFCB97

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

Shades of Peach-Orange #FFCB97

Tints of Peach-Orange #FFCB97

Color information

#FFCB97 (or 0xFFCB97) is unknown color: approx Peach-Orange. HEX triplet: FF, CB and 97. RGB value is (255,203,151). Sum of RGB (Red+Green+Blue) = 255+203+151=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB97 is #003468. Grayscale: #D4D4D4. Windows color (decimal): -13417 or 9948159. OLE color: 9948159.

HSL color Cylindrical-coordinate representation of color #FFCB97: hue angle of 30º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFCB97 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255203151-
CMYK00.200.410
HSL30º100%79.61%-
HSV(B)30º40.78%100%-
XYZ68.1866.2138.46-
YUV212.6293.23158.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=41.87%
G=33.33%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520315100.200.4103010079.61
HexFFCB970142901e6450
Octal37731322702451036144120
Binary11111111110010111001011101010010100101111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB97; }

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

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

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

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

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

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

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

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