#FBC78B

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

Shades of Peach-Orange #FBC78B

Tints of Peach-Orange #FBC78B

Color information

#FBC78B (or 0xFBC78B) is unknown color: approx Peach-Orange. HEX triplet: FB, C7 and 8B. RGB value is (251,199,139). Sum of RGB (Red+Green+Blue) = 251+199+139=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC78B is #043874. Grayscale: #CFCFCF. Windows color (decimal): -276597 or 9160699. OLE color: 9160699.

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

Color convert

RGB251199139-
CMYK00.210.450.02
HSL32.14º93.33%76.47%-
HSV(B)32.14º44.62%98.43%-
XYZ64.8763.2233.21-
YUV207.7189.23158.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=42.61%
G=33.79%
B=23.60%

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
Decimal25119913900.210.450.0232.1493.3376.47
HexFBC78B0152D2205d4c
Octal37330721302555240135114
Binary1111101111000111100010110101011011011010000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC78B; }

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

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

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

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

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

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

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

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