Html Css Color HEX #F0B271 Tacao

📋 copy color: '#F0B271'

red 240 ◦ green 178 ◦ blue 113

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

Shades of Tacao #F0B271

Tints of Tacao #F0B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 113 (44.53% from 255) = 21.28%

R = 45.2%
G = 33.52%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0B271 (or 0xF0B271) is known color: Tacao. HEX triplet: F0, B2 and 71. RGB value is (240,178,113). Sum of RGB (Red+Green+Blue) = 240+178+113=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B271 is #0F4D8E. Grayscale: #BDBDBD. Windows color (decimal): -1002895 or 7451376. OLE color: 7451376.

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

Color convert

RGB 240 178 113 -
CMYK 0 0.26 0.53 0.06
HSL 30.71º 0.81% 0.69% -
HSV(B) 30.71º 0.53% 0.94% -
XYZ 54.84 51.56 22.68 -
YUV 189.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 240 178 113 0 0.26 0.53 0.06 30.71 0.81 0.69
Hex F0 B2 71 0 1A 35 6 1F 51 45
Octal 360 262 161 0 32 65 6 37 121 105
Binary 11110000 10110010 1110001 0 11010 110101 110 11111 1010001 1000101

Color Harmonies of #F0B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B271

Black with #F0B271

Text Example


Text Example

White with #F0B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B271; }

 p { color: rgb(240,178,113); }

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

background-color css

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

 a { background-color: rgb(240,178,113); }

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

border-color css

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

 span { border-color: rgb(240,178,113); }

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