Html Css Color HEX #F6B278 Tacao

📋 copy color: '#F6B278'

red 246 ◦ green 178 ◦ blue 120

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

Shades of Tacao #F6B278

Tints of Tacao #F6B278

RGB

 RED value IS 246 (96.48% from 255) = 45.22%

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

 BLUE value IS 120 (47.27% from 255) = 22.06%

R = 45.22%
G = 32.72%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F6B278 (or 0xF6B278) is known color: Tacao. HEX triplet: F6, B2 and 78. RGB value is (246,178,120). Sum of RGB (Red+Green+Blue) = 246+178+120=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B278 is #094D87. Grayscale: #C0C0C0. Windows color (decimal): -609672 or 7910134. OLE color: 7910134.

HSL color Cylindrical-coordinate representation of color #F6B278: hue angle of 27.62º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6B278 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 120 -
CMYK 0 0.28 0.51 0.04
HSL 27.62º 0.88% 0.72% -
HSV(B) 27.62º 0.51% 0.96% -
XYZ 57.32 52.79 24.94 -
YUV 191.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 246 178 120 0 0.28 0.51 0.04 27.62 0.88 0.72
Hex F6 B2 78 0 1C 33 4 1C 58 48
Octal 366 262 170 0 34 63 4 34 130 110
Binary 11110110 10110010 1111000 0 11100 110011 100 11100 1011000 1001000

Color Harmonies of #F6B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B278

Black with #F6B278

Text Example


Text Example

White with #F6B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B278; }

 p { color: rgb(246,178,120); }

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

background-color css

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

 a { background-color: rgb(246,178,120); }

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

border-color css

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

 span { border-color: rgb(246,178,120); }

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