Html Css Color HEX #F0B080 Tacao

📋 copy color: '#F0B080'

red 240 ◦ green 176 ◦ blue 128

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

Shades of Tacao #F0B080

Tints of Tacao #F0B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.35%

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 44.12%
G = 32.35%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0B080 (or 0xF0B080) is known color: Tacao. HEX triplet: F0, B0 and 80. RGB value is (240,176,128). Sum of RGB (Red+Green+Blue) = 240+176+128=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B080 is #0F4F7F. Grayscale: #BDBDBD. Windows color (decimal): -1003392 or 8433904. OLE color: 8433904.

HSL color Cylindrical-coordinate representation of color #F0B080: hue angle of 25.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0B080 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 128 -
CMYK 0 0.27 0.47 0.06
HSL 25.71º 0.79% 0.72% -
HSV(B) 25.71º 0.47% 0.94% -
XYZ 55.36 51.13 27.37 -
YUV 189.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 240 176 128 0 0.27 0.47 0.06 25.71 0.79 0.72
Hex F0 B0 80 0 1B 2F 6 1A 4F 48
Octal 360 260 200 0 33 57 6 32 117 110
Binary 11110000 10110000 10000000 0 11011 101111 110 11010 1001111 1001000

Color Harmonies of #F0B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B080

Black with #F0B080

Text Example


Text Example

White with #F0B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B080; }

 p { color: rgb(240,176,128); }

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

background-color css

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

 a { background-color: rgb(240,176,128); }

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

border-color css

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

 span { border-color: rgb(240,176,128); }

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