Html Css Color HEX #F0B17A Tacao

📋 copy color: '#F0B17A'

red 240 ◦ green 177 ◦ blue 122

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

Shades of Tacao #F0B17A

Tints of Tacao #F0B17A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

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

R = 44.53%
G = 32.84%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0B17A (or 0xF0B17A) is known color: Tacao. HEX triplet: F0, B1 and 7A. RGB value is (240,177,122). Sum of RGB (Red+Green+Blue) = 240+177+122=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B17A is #0F4E85. Grayscale: #BDBDBD. Windows color (decimal): -1003142 or 8040944. OLE color: 8040944.

HSL color Cylindrical-coordinate representation of color #F0B17A: hue angle of 27.97º 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 #F0B17A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 122 -
CMYK 0 0.26 0.49 0.06
HSL 27.97º 0.8% 0.71% -
HSV(B) 27.97º 0.49% 0.94% -
XYZ 55.17 51.37 25.42 -
YUV 189.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 240 177 122 0 0.26 0.49 0.06 27.97 0.8 0.71
Hex F0 B1 7A 0 1A 31 6 1C 50 47
Octal 360 261 172 0 32 61 6 34 120 107
Binary 11110000 10110001 1111010 0 11010 110001 110 11100 1010000 1000111

Color Harmonies of #F0B17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B17A

Black with #F0B17A

Text Example


Text Example

White with #F0B17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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