#FBC18D

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

Shades of Peach-Orange #FBC18D

Tints of Peach-Orange #FBC18D

Color information

#FBC18D (or 0xFBC18D) is unknown color: approx Peach-Orange. HEX triplet: FB, C1 and 8D. RGB value is (251,193,141). Sum of RGB (Red+Green+Blue) = 251+193+141=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18D is #043E72. Grayscale: #CCCCCC. Windows color (decimal): -278131 or 9290235. OLE color: 9290235.

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

Color convert

RGB251193141-
CMYK00.230.440.02
HSL28.36º93.22%76.86%-
HSV(B)28.36º43.82%98.43%-
XYZ63.6660.5733.54-
YUV204.4192.22161.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=42.91%
G=32.99%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119314100.230.440.0228.3693.2276.86
HexFBC18D0172C21c5d4d
Octal37330121502754234135115
Binary111110111100000110001101010111101100101110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC18D; }

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

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

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

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

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

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

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

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