#FBCF9D

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

Shades of Peach-Orange #FBCF9D

Tints of Peach-Orange #FBCF9D

Color information

#FBCF9D (or 0xFBCF9D) is unknown color: approx Peach-Orange. HEX triplet: FB, CF and 9D. RGB value is (251,207,157). Sum of RGB (Red+Green+Blue) = 251+207+157=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF9D is #043062. Grayscale: #D6D6D6. Windows color (decimal): -274531 or 10342395. OLE color: 10342395.

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

Color convert

RGB251207157-
CMYK00.180.370.02
HSL31.91º92.16%80%-
HSV(B)31.91º37.45%98.43%-
XYZ68.1867.5741.35-
YUV214.4695.58154.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=40.81%
G=33.66%
B=25.53%

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
Decimal25120715700.180.370.0231.9192.1680
HexFBCF9D012252205c50
Octal37331723502245240134120
Binary1111101111001111100111010100101001011010000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF9D; }

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

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

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

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

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

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

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

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