#FBC88D

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

Shades of Peach-Orange #FBC88D

Tints of Peach-Orange #FBC88D

Color information

#FBC88D (or 0xFBC88D) is unknown color: approx Peach-Orange. HEX triplet: FB, C8 and 8D. RGB value is (251,200,141). Sum of RGB (Red+Green+Blue) = 251+200+141=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC88D is #043772. Grayscale: #D0D0D0. Windows color (decimal): -276339 or 9292027. OLE color: 9292027.

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

Color convert

RGB251200141-
CMYK00.200.440.02
HSL32.18º93.22%76.86%-
HSV(B)32.18º43.82%98.43%-
XYZ65.2563.7434.06-
YUV208.5289.9158.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=42.40%
G=33.78%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120014100.200.440.0232.1893.2276.86
HexFBC88D0142C2205d4d
Octal37331021502454240135115
Binary1111101111001000100011010101001011001010000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC88D; }

 p { color: rgb(251,200,141); }

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

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

 a { background-color: rgb(251,200,141); }

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

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

 span { border-color: rgb(251,200,141); }

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