Html Css Color HEX #F0B372 Tacao

📋 copy color: '#F0B372'

red 240 ◦ green 179 ◦ blue 114

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

Shades of Tacao #F0B372

Tints of Tacao #F0B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 45.03%
G = 33.58%
B = 21.39%

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

#F0B372 (or 0xF0B372) is known color: Tacao. HEX triplet: F0, B3 and 72. RGB value is (240,179,114). Sum of RGB (Red+Green+Blue) = 240+179+114=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B372 is #0F4C8D. Grayscale: #BEBEBE. Windows color (decimal): -1002638 or 7517168. OLE color: 7517168.

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

Color convert

RGB 240 179 114 -
CMYK 0 0.25 0.52 0.06
HSL 30.95º 0.81% 0.69% -
HSV(B) 30.95º 0.53% 0.94% -
XYZ 55.09 51.98 23.05 -
YUV 189.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 240 179 114 0 0.25 0.52 0.06 30.95 0.81 0.69
Hex F0 B3 72 0 19 34 6 1F 51 45
Octal 360 263 162 0 31 64 6 37 121 105
Binary 11110000 10110011 1110010 0 11001 110100 110 11111 1010001 1000101

Color Harmonies of #F0B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B372

Black with #F0B372

Text Example


Text Example

White with #F0B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B372; }

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

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

background-color css

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

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

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

border-color css

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

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

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