#FBC68B

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

Shades of Peach-Orange #FBC68B

Tints of Peach-Orange #FBC68B

Color information

#FBC68B (or 0xFBC68B) is unknown color: approx Peach-Orange. HEX triplet: FB, C6 and 8B. RGB value is (251,198,139). Sum of RGB (Red+Green+Blue) = 251+198+139=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC68B is #043974. Grayscale: #CFCFCF. Windows color (decimal): -276853 or 9160443. OLE color: 9160443.

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

Color convert

RGB251198139-
CMYK00.210.450.02
HSL31.61º93.33%76.47%-
HSV(B)31.61º44.62%98.43%-
XYZ64.6462.7633.13-
YUV207.1289.56159.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 139 (54.69% from 255) = 23.64%
R=42.69%
G=33.67%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119813900.210.450.0231.6193.3376.47
HexFBC68B0152D2205d4c
Octal37330621302555240135114
Binary1111101111000110100010110101011011011010000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC68B; }

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

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

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

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

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

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

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

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