#FBC99A

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

Shades of Peach-Orange #FBC99A

Tints of Peach-Orange #FBC99A

Color information

#FBC99A (or 0xFBC99A) is unknown color: approx Peach-Orange. HEX triplet: FB, C9 and 9A. RGB value is (251,201,154). Sum of RGB (Red+Green+Blue) = 251+201+154=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99A is #043665. Grayscale: #D2D2D2. Windows color (decimal): -276070 or 10144251. OLE color: 10144251.

HSL color Cylindrical-coordinate representation of color #FBC99A: hue angle of 29.07º 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 #FBC99A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251201154-
CMYK00.200.390.02
HSL29.07º92.38%79.41%-
HSV(B)29.07º38.65%98.43%-
XYZ66.564.6239.54-
YUV210.5996.07156.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=41.42%
G=33.17%
B=25.41%

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
Decimal25120115400.200.390.0229.0792.3879.41
HexFBC99A0142721d5c4f
Octal37331123202447235134117
Binary111110111100100110011010010100100111101110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC99A; }

 p { color: rgb(251,201,154); }

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

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

 a { background-color: rgb(251,201,154); }

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

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

 span { border-color: rgb(251,201,154); }

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