#FBCF9F

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

Shades of Peach-Orange #FBCF9F

Tints of Peach-Orange #FBCF9F

Color information

#FBCF9F (or 0xFBCF9F) is unknown color: approx Peach-Orange. HEX triplet: FB, CF and 9F. RGB value is (251,207,159). Sum of RGB (Red+Green+Blue) = 251+207+159=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF9F is #043060. Grayscale: #D6D6D6. Windows color (decimal): -274529 or 10473467. OLE color: 10473467.

HSL color Cylindrical-coordinate representation of color #FBCF9F: hue angle of 31.3º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBCF9F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251207159-
CMYK00.180.370.02
HSL31.3º92%80.39%-
HSV(B)31.3º36.65%98.43%-
XYZ68.3567.6442.25-
YUV214.6896.58153.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 159 (62.5% from 255) = 25.77%
R=40.68%
G=33.55%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120715900.180.370.0231.39280.39
HexFBCF9F0122521f5c50
Octal37331723702245237134120
Binary111110111100111110011111010010100101101111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF9F; }

 p { color: rgb(251,207,159); }

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

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

 a { background-color: rgb(251,207,159); }

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

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

 span { border-color: rgb(251,207,159); }

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