Html Css Color HEX #F0B478 Tacao

📋 copy color: '#F0B478'

red 240 ◦ green 180 ◦ blue 120

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

Shades of Tacao #F0B478

Tints of Tacao #F0B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.33%

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

R = 44.44%
G = 33.33%
B = 22.22%

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

#F0B478 (or 0xF0B478) is known color: Tacao. HEX triplet: F0, B4 and 78. RGB value is (240,180,120). Sum of RGB (Red+Green+Blue) = 240+180+120=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B478 is #0F4B87. Grayscale: #BFBFBF. Windows color (decimal): -1002376 or 7910640. OLE color: 7910640.

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

Color convert

RGB 240 180 120 -
CMYK 0 0.25 0.5 0.06
HSL 30º 0.8% 0.71% -
HSV(B) 30º 0.5% 0.94% -
XYZ 55.65 52.52 24.97 -
YUV 191.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 240 180 120 0 0.25 0.5 0.06 30 0.8 0.71
Hex F0 B4 78 0 19 32 6 1E 50 47
Octal 360 264 170 0 31 62 6 36 120 107
Binary 11110000 10110100 1111000 0 11001 110010 110 11110 1010000 1000111

Color Harmonies of #F0B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B478

Black with #F0B478

Text Example


Text Example

White with #F0B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B478; }

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

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

background-color css

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

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

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

border-color css

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

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

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