Html Css Color HEX #F0B380 Tacao

📋 copy color: '#F0B380'

red 240 ◦ green 179 ◦ blue 128

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

Shades of Tacao #F0B380

Tints of Tacao #F0B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.72%

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

R = 43.88%
G = 32.72%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0B380 (or 0xF0B380) is known color: Tacao. HEX triplet: F0, B3 and 80. RGB value is (240,179,128). Sum of RGB (Red+Green+Blue) = 240+179+128=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B380 is #0F4C7F. Grayscale: #BFBFBF. Windows color (decimal): -1002624 or 8434672. OLE color: 8434672.

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

Color convert

RGB 240 179 128 -
CMYK 0 0.25 0.47 0.06
HSL 27.32º 0.79% 0.72% -
HSV(B) 27.32º 0.47% 0.94% -
XYZ 55.95 52.32 27.57 -
YUV 191.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 240 179 128 0 0.25 0.47 0.06 27.32 0.79 0.72
Hex F0 B3 80 0 19 2F 6 1B 4F 48
Octal 360 263 200 0 31 57 6 33 117 110
Binary 11110000 10110011 10000000 0 11001 101111 110 11011 1001111 1001000

Color Harmonies of #F0B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B380

Black with #F0B380

Text Example


Text Example

White with #F0B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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