Html Css Color HEX #F0B373 Tacao

📋 copy color: '#F0B373'

red 240 ◦ green 179 ◦ blue 115

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

Shades of Tacao #F0B373

Tints of Tacao #F0B373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 44.94%
G = 33.52%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0B373 (or 0xF0B373) is known color: Tacao. HEX triplet: F0, B3 and 73. RGB value is (240,179,115). Sum of RGB (Red+Green+Blue) = 240+179+115=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B373 is #0F4C8C. Grayscale: #BEBEBE. Windows color (decimal): -1002637 or 7582704. OLE color: 7582704.

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

Color convert

RGB 240 179 115 -
CMYK 0 0.25 0.52 0.06
HSL 30.72º 0.81% 0.7% -
HSV(B) 30.72º 0.52% 0.94% -
XYZ 55.15 52 23.35 -
YUV 189.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 240 179 115 0 0.25 0.52 0.06 30.72 0.81 0.7
Hex F0 B3 73 0 19 34 6 1F 51 46
Octal 360 263 163 0 31 64 6 37 121 106
Binary 11110000 10110011 1110011 0 11001 110100 110 11111 1010001 1000110

Color Harmonies of #F0B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B373

Black with #F0B373

Text Example


Text Example

White with #F0B373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B373; }

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

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

background-color css

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

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

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

border-color css

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

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

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