#FBC28B

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

Shades of Peach-Orange #FBC28B

Tints of Peach-Orange #FBC28B

Color information

#FBC28B (or 0xFBC28B) is unknown color: approx Peach-Orange. HEX triplet: FB, C2 and 8B. RGB value is (251,194,139). Sum of RGB (Red+Green+Blue) = 251+194+139=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC28B is #043D74. Grayscale: #CDCDCD. Windows color (decimal): -277877 or 9159419. OLE color: 9159419.

HSL color Cylindrical-coordinate representation of color #FBC28B: hue angle of 29.46º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBC28B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251194139-
CMYK00.230.450.02
HSL29.46º93.33%76.47%-
HSV(B)29.46º44.62%98.43%-
XYZ63.7460.9632.83-
YUV204.7790.88160.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 139 (54.69% from 255) = 23.80%
R=42.98%
G=33.22%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119413900.230.450.0229.4693.3376.47
HexFBC28B0172D21d5d4c
Octal37330221302755235135114
Binary111110111100001010001011010111101101101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC28B; }

 p { color: rgb(251,194,139); }

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

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

 a { background-color: rgb(251,194,139); }

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

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

 span { border-color: rgb(251,194,139); }

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