Html Css Color HEX #F0B378 Tacao

📋 copy color: '#F0B378'

red 240 ◦ green 179 ◦ blue 120

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

Shades of Tacao #F0B378

Tints of Tacao #F0B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 44.53%
G = 33.21%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F0B378 (or 0xF0B378) is known color: Tacao. HEX triplet: F0, B3 and 78. RGB value is (240,179,120). Sum of RGB (Red+Green+Blue) = 240+179+120=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B378 is #0F4C87. Grayscale: #BEBEBE. Windows color (decimal): -1002632 or 7910384. OLE color: 7910384.

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

Color convert

RGB 240 179 120 -
CMYK 0 0.25 0.5 0.06
HSL 29.5º 0.8% 0.71% -
HSV(B) 29.5º 0.5% 0.94% -
XYZ 55.45 52.12 24.91 -
YUV 190.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 240 179 120 0 0.25 0.5 0.06 29.5 0.8 0.71
Hex F0 B3 78 0 19 32 6 1E 50 47
Octal 360 263 170 0 31 62 6 36 120 107
Binary 11110000 10110011 1111000 0 11001 110010 110 11110 1010000 1000111

Color Harmonies of #F0B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B378

Black with #F0B378

Text Example


Text Example

White with #F0B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B378; }

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

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

background-color css

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

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

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

border-color css

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

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

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