#FBC190

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

Shades of Peach-Orange #FBC190

Tints of Peach-Orange #FBC190

Color information

#FBC190 (or 0xFBC190) is unknown color: approx Peach-Orange. HEX triplet: FB, C1 and 90. RGB value is (251,193,144). Sum of RGB (Red+Green+Blue) = 251+193+144=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC190 is #043E6F. Grayscale: #CDCDCD. Windows color (decimal): -278128 or 9486843. OLE color: 9486843.

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

Color convert

RGB251193144-
CMYK00.230.430.02
HSL27.48º93.04%77.45%-
HSV(B)27.48º42.63%98.43%-
XYZ63.8960.6634.73-
YUV204.7693.72160.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=42.69%
G=32.82%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119314400.230.430.0227.4893.0477.45
HexFBC1900172B21b5d4d
Octal37330122002753233135115
Binary111110111100000110010000010111101011101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC190; }

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

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

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

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

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

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

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

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