Html Css Color HEX #F0B284 Tacao

📋 copy color: '#F0B284'

red 240 ◦ green 178 ◦ blue 132

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

Shades of Tacao #F0B284

Tints of Tacao #F0B284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24%

R = 43.64%
G = 32.36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0B284 (or 0xF0B284) is known color: Tacao. HEX triplet: F0, B2 and 84. RGB value is (240,178,132). Sum of RGB (Red+Green+Blue) = 240+178+132=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B284 is #0F4D7B. Grayscale: #BFBFBF. Windows color (decimal): -1002876 or 8696560. OLE color: 8696560.

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

Color convert

RGB 240 178 132 -
CMYK 0 0.26 0.45 0.06
HSL 25.56º 0.78% 0.73% -
HSV(B) 25.56º 0.45% 0.94% -
XYZ 56.02 52.03 28.92 -
YUV 191.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 240 178 132 0 0.26 0.45 0.06 25.56 0.78 0.73
Hex F0 B2 84 0 1A 2D 6 1A 4E 49
Octal 360 262 204 0 32 55 6 32 116 111
Binary 11110000 10110010 10000100 0 11010 101101 110 11010 1001110 1001001

Color Harmonies of #F0B284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B284

Black with #F0B284

Text Example


Text Example

White with #F0B284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B284; }

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

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

background-color css

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

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

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

border-color css

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

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

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