#FBCF98

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

Shades of Peach-Orange #FBCF98

Tints of Peach-Orange #FBCF98

Color information

#FBCF98 (or 0xFBCF98) is unknown color: approx Peach-Orange. HEX triplet: FB, CF and 98. RGB value is (251,207,152). Sum of RGB (Red+Green+Blue) = 251+207+152=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF98 is #043067. Grayscale: #D6D6D6. Windows color (decimal): -274536 or 10014715. OLE color: 10014715.

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

Color convert

RGB251207152-
CMYK00.180.390.02
HSL33.33º92.52%79.02%-
HSV(B)33.33º39.44%98.43%-
XYZ67.7667.439.14-
YUV213.8993.08154.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=41.15%
G=33.93%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120715200.180.390.0233.3392.5279.02
HexFBCF98012272215d4f
Octal37331723002247241135117
Binary1111101111001111100110000100101001111010000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF98; }

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

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

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

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

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

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

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

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