Html Css Color HEX #F0B49A Wax Flower

📋 copy color: '#F0B49A'

red 240 ◦ green 180 ◦ blue 154

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

Shades of Wax Flower #F0B49A

Tints of Wax Flower #F0B49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

 BLUE value IS 154 (60.55% from 255) = 26.83%

R = 41.81%
G = 31.36%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0B49A (or 0xF0B49A) is known color: Wax Flower. HEX triplet: F0, B4 and 9A. RGB value is (240,180,154). Sum of RGB (Red+Green+Blue) = 240+180+154=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B49A is #0F4B65. Grayscale: #C3C3C3. Windows color (decimal): -1002342 or 10138864. OLE color: 10138864.

HSL color Cylindrical-coordinate representation of color #F0B49A: hue angle of 18.14º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0B49A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 180 154 -
CMYK 0 0.25 0.36 0.06
HSL 18.14º 0.74% 0.77% -
HSV(B) 18.14º 0.36% 0.94% -
XYZ 58.09 53.5 37.84 -
YUV 194.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 240 180 154 0 0.25 0.36 0.06 18.14 0.74 0.77
Hex F0 B4 9A 0 19 24 6 12 4A 4D
Octal 360 264 232 0 31 44 6 22 112 115
Binary 11110000 10110100 10011010 0 11001 100100 110 10010 1001010 1001101

Color Harmonies of #F0B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B49A

Black with #F0B49A

Text Example


Text Example

White with #F0B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B49A; }

 p { color: rgb(240,180,154); }

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

background-color css

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

 a { background-color: rgb(240,180,154); }

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

border-color css

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

 span { border-color: rgb(240,180,154); }

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