#FBC291

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

Shades of Peach-Orange #FBC291

Tints of Peach-Orange #FBC291

Color information

#FBC291 (or 0xFBC291) is unknown color: approx Peach-Orange. HEX triplet: FB, C2 and 91. RGB value is (251,194,145). Sum of RGB (Red+Green+Blue) = 251+194+145=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC291 is #043D6E. Grayscale: #CDCDCD. Windows color (decimal): -277871 or 9552635. OLE color: 9552635.

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

Color convert

RGB251194145-
CMYK00.230.420.02
HSL27.74º92.98%77.65%-
HSV(B)27.74º42.23%98.43%-
XYZ64.1961.1435.21-
YUV205.4693.88160.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 145 (57.03% from 255) = 24.58%
R=42.54%
G=32.88%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119414500.230.420.0227.7492.9877.65
HexFBC2910172A21c5d4e
Octal37330222102752234135116
Binary111110111100001010010001010111101010101110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC291; }

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

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

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

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

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

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

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

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