#FBCA99

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

Shades of Peach-Orange #FBCA99

Tints of Peach-Orange #FBCA99

Color information

#FBCA99 (or 0xFBCA99) is unknown color: approx Peach-Orange. HEX triplet: FB, CA and 99. RGB value is (251,202,153). Sum of RGB (Red+Green+Blue) = 251+202+153=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA99 is #043566. Grayscale: #D3D3D3. Windows color (decimal): -275815 or 10078971. OLE color: 10078971.

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

Color convert

RGB251202153-
CMYK00.200.390.02
HSL30º92.45%79.22%-
HSV(B)30º39.04%98.43%-
XYZ66.6565.0539.18-
YUV211.0695.23156.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 25.25%
R=41.42%
G=33.33%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120215300.200.390.023092.4579.22
HexFBCA990142721e5c4f
Octal37331223102447236134117
Binary111110111100101010011001010100100111101111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA99; }

 p { color: rgb(251,202,153); }

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

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

 a { background-color: rgb(251,202,153); }

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

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

 span { border-color: rgb(251,202,153); }

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