Html Css Color HEX #F0B172 Tacao

📋 copy color: '#F0B172'

red 240 ◦ green 177 ◦ blue 114

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

Shades of Tacao #F0B172

Tints of Tacao #F0B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.33%

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

R = 45.2%
G = 33.33%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0B172 (or 0xF0B172) is known color: Tacao. HEX triplet: F0, B1 and 72. RGB value is (240,177,114). Sum of RGB (Red+Green+Blue) = 240+177+114=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B172 is #0F4E8D. Grayscale: #BCBCBC. Windows color (decimal): -1003150 or 7516656. OLE color: 7516656.

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

Color convert

RGB 240 177 114 -
CMYK 0 0.26 0.52 0.06
HSL 30º 0.81% 0.69% -
HSV(B) 30º 0.53% 0.94% -
XYZ 54.69 51.18 22.92 -
YUV 188.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 240 177 114 0 0.26 0.52 0.06 30 0.81 0.69
Hex F0 B1 72 0 1A 34 6 1E 51 45
Octal 360 261 162 0 32 64 6 36 121 105
Binary 11110000 10110001 1110010 0 11010 110100 110 11110 1010001 1000101

Color Harmonies of #F0B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B172

Black with #F0B172

Text Example


Text Example

White with #F0B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B172; }

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

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

background-color css

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

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

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

border-color css

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

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

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