#FBCF96

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

Shades of Peach-Orange #FBCF96

Tints of Peach-Orange #FBCF96

Color information

#FBCF96 (or 0xFBCF96) is unknown color: approx Peach-Orange. HEX triplet: FB, CF and 96. RGB value is (251,207,150). Sum of RGB (Red+Green+Blue) = 251+207+150=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF96 is #043069. Grayscale: #D5D5D5. Windows color (decimal): -274538 or 9883643. OLE color: 9883643.

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

Color convert

RGB251207150-
CMYK00.180.400.02
HSL33.86º92.66%78.63%-
HSV(B)33.86º40.24%98.43%-
XYZ67.667.3438.29-
YUV213.6692.08154.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 150 (58.98% from 255) = 24.67%
R=41.28%
G=34.05%
B=24.67%

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
Decimal25120715000.180.400.0233.8692.6678.63
HexFBCF96012282225d4f
Octal37331722602250242135117
Binary1111101111001111100101100100101010001010001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF96; }

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

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

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

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

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

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

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

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