#F1B09A

Color #F1B09A Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #F1B09A

Tints of Wax Flower #F1B09A

Color information

#F1B09A (or 0xF1B09A) is unknown color: approx Wax Flower. HEX triplet: F1, B0 and 9A. RGB value is (241,176,154). Sum of RGB (Red+Green+Blue) = 241+176+154=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B09A is #0E4F65. Grayscale: #C1C1C1. Windows color (decimal): -937830 or 10137841. OLE color: 10137841.

HSL color Cylindrical-coordinate representation of color #F1B09A: hue angle of 15.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B09A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241176154-
CMYK00.270.360.05
HSL15.17º75.65%77.45%-
HSV(B)15.17º36.1%94.51%-
XYZ57.6352.0837.59-
YUV192.93106.03162.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=42.21%
G=30.82%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117615400.270.360.0515.1775.6577.45
HexF1B09A01B245f4c4d
Octal36126023203344517114115
Binary111100011011000010011010011011100100101111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B09A; }

 p { color: rgb(241,176,154); }

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

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

 a { background-color: rgb(241,176,154); }

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

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

 span { border-color: rgb(241,176,154); }

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