#FBD09E

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

Shades of Peach-Orange #FBD09E

Tints of Peach-Orange #FBD09E

Color information

#FBD09E (or 0xFBD09E) is unknown color: approx Peach-Orange. HEX triplet: FB, D0 and 9E. RGB value is (251,208,158). Sum of RGB (Red+Green+Blue) = 251+208+158=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD09E is #042F61. Grayscale: #D7D7D7. Windows color (decimal): -274274 or 10408187. OLE color: 10408187.

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

Color convert

RGB251208158-
CMYK00.170.370.02
HSL32.26º92.08%80.2%-
HSV(B)32.26º37.05%98.43%-
XYZ68.5168.0941.88-
YUV215.1695.75153.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 158 (62.11% from 255) = 25.61%
R=40.68%
G=33.71%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120815800.170.370.0232.2692.0880.2
HexFBD09E011252205c50
Octal37332023602145240134120
Binary1111101111010000100111100100011001011010000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD09E; }

 p { color: rgb(251,208,158); }

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

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

 a { background-color: rgb(251,208,158); }

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

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

 span { border-color: rgb(251,208,158); }

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