Html Css Color HEX #F0A992 Wax Flower

📋 copy color: '#F0A992'

red 240 ◦ green 169 ◦ blue 146

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

Shades of Wax Flower #F0A992

Tints of Wax Flower #F0A992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.31%

R = 43.24%
G = 30.45%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F0A992 (or 0xF0A992) is known color: Wax Flower. HEX triplet: F0, A9 and 92. RGB value is (240,169,146). Sum of RGB (Red+Green+Blue) = 240+169+146=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A992 is #0F566D. Grayscale: #BBBBBB. Windows color (decimal): -1005166 or 9611760. OLE color: 9611760.

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

Color convert

RGB 240 169 146 -
CMYK 0 0.30 0.39 0.06
HSL 14.68º 0.76% 0.76% -
HSV(B) 14.68º 0.39% 0.94% -
XYZ 55.31 48.98 33.73 -
YUV 187.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 240 169 146 0 0.30 0.39 0.06 14.68 0.76 0.76
Hex F0 A9 92 0 1E 27 6 F 4C 4C
Octal 360 251 222 0 36 47 6 17 114 114
Binary 11110000 10101001 10010010 0 11110 100111 110 1111 1001100 1001100

Color Harmonies of #F0A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A992

Black with #F0A992

Text Example


Text Example

White with #F0A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A992; }

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

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

background-color css

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

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

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

border-color css

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

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

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