Html Css Color HEX #F0B57A Tacao

📋 copy color: '#F0B57A'

red 240 ◦ green 181 ◦ blue 122

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

Shades of Tacao #F0B57A

Tints of Tacao #F0B57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

 BLUE value IS 122 (48.05% from 255) = 22.47%

R = 44.2%
G = 33.33%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0B57A (or 0xF0B57A) is known color: Tacao. HEX triplet: F0, B5 and 7A. RGB value is (240,181,122). Sum of RGB (Red+Green+Blue) = 240+181+122=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B57A is #0F4A85. Grayscale: #C0C0C0. Windows color (decimal): -1002118 or 8041968. OLE color: 8041968.

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

Color convert

RGB 240 181 122 -
CMYK 0 0.25 0.49 0.06
HSL 30º 0.8% 0.71% -
HSV(B) 30º 0.49% 0.94% -
XYZ 55.97 52.98 25.69 -
YUV 191.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 240 181 122 0 0.25 0.49 0.06 30 0.8 0.71
Hex F0 B5 7A 0 19 31 6 1E 50 47
Octal 360 265 172 0 31 61 6 36 120 107
Binary 11110000 10110101 1111010 0 11001 110001 110 11110 1010000 1000111

Color Harmonies of #F0B57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B57A

Black with #F0B57A

Text Example


Text Example

White with #F0B57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B57A; }

 p { color: rgb(240,181,122); }

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

background-color css

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

 a { background-color: rgb(240,181,122); }

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

border-color css

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

 span { border-color: rgb(240,181,122); }

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