Html Css Color HEX #F0A991 Wax Flower

📋 copy color: '#F0A991'

red 240 ◦ green 169 ◦ blue 145

#F0A991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #F0A991

Tints of Wax Flower #F0A991

RGB

 RED value IS 240 (94.14% from 255) = 43.32%

 GREEN value IS 169 (66.41% from 255) = 30.51%

 BLUE value IS 145 (57.03% from 255) = 26.17%

R = 43.32%
G = 30.51%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0A991 (or 0xF0A991) is known color: Wax Flower. HEX triplet: F0, A9 and 91. RGB value is (240,169,145). Sum of RGB (Red+Green+Blue) = 240+169+145=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A991 is #0F566E. Grayscale: #BBBBBB. Windows color (decimal): -1005167 or 9546224. OLE color: 9546224.

HSL color Cylindrical-coordinate representation of color #F0A991: hue angle of 15.16º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0A991 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 169 145 -
CMYK 0 0.30 0.40 0.06
HSL 15.16º 0.76% 0.75% -
HSV(B) 15.16º 0.4% 0.94% -
XYZ 55.23 48.95 33.32 -
YUV 187.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 240 169 145 0 0.30 0.40 0.06 15.16 0.76 0.75
Hex F0 A9 91 0 1E 28 6 F 4C 4B
Octal 360 251 221 0 36 50 6 17 114 113
Binary 11110000 10101001 10010001 0 11110 101000 110 1111 1001100 1001011

Color Harmonies of #F0A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A991

Black with #F0A991

Text Example


Text Example

White with #F0A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A991; }

 p { color: rgb(240,169,145); }

 H1.HeaderClassName
 {
   color: #F0A991;
 }
 .AnyTagClassName
 {
   color: #F0A991;
 }
</style>

background-color css

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

 a { background-color: rgb(240,169,145); }

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

border-color css

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

 span { border-color: rgb(240,169,145); }

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