Html Css Color HEX #F0B381 Tacao

📋 copy color: '#F0B381'

red 240 ◦ green 179 ◦ blue 129

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

Shades of Tacao #F0B381

Tints of Tacao #F0B381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.54%

R = 43.8%
G = 32.66%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0B381 (or 0xF0B381) is known color: Tacao. HEX triplet: F0, B3 and 81. RGB value is (240,179,129). Sum of RGB (Red+Green+Blue) = 240+179+129=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B381 is #0F4C7E. Grayscale: #BFBFBF. Windows color (decimal): -1002623 or 8500208. OLE color: 8500208.

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

Color convert

RGB 240 179 129 -
CMYK 0 0.25 0.46 0.06
HSL 27.03º 0.79% 0.72% -
HSV(B) 27.03º 0.46% 0.94% -
XYZ 56.02 52.35 27.92 -
YUV 191.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 240 179 129 0 0.25 0.46 0.06 27.03 0.79 0.72
Hex F0 B3 81 0 19 2E 6 1B 4F 48
Octal 360 263 201 0 31 56 6 33 117 110
Binary 11110000 10110011 10000001 0 11001 101110 110 11011 1001111 1001000

Color Harmonies of #F0B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B381

Black with #F0B381

Text Example


Text Example

White with #F0B381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B381; }

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

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

background-color css

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

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

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

border-color css

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

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

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