#FBCF97

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

Shades of Peach-Orange #FBCF97

Tints of Peach-Orange #FBCF97

Color information

#FBCF97 (or 0xFBCF97) is unknown color: approx Peach-Orange. HEX triplet: FB, CF and 97. RGB value is (251,207,151). Sum of RGB (Red+Green+Blue) = 251+207+151=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF97 is #043068. Grayscale: #D6D6D6. Windows color (decimal): -274537 or 9949179. OLE color: 9949179.

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

Color convert

RGB251207151-
CMYK00.180.400.02
HSL33.6º92.59%78.82%-
HSV(B)33.6º39.84%98.43%-
XYZ67.6867.3738.71-
YUV213.7792.58154.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=41.22%
G=33.99%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120715100.180.400.0233.692.5978.82
HexFBCF97012282225d4f
Octal37331722702250242135117
Binary1111101111001111100101110100101010001010001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF97; }

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

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

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

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

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

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

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

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