Html Css Color HEX #F6A978 Tacao

📋 copy color: '#F6A978'

red 246 ◦ green 169 ◦ blue 120

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

Shades of Tacao #F6A978

Tints of Tacao #F6A978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

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

R = 45.98%
G = 31.59%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F6A978 (or 0xF6A978) is known color: Tacao. HEX triplet: F6, A9 and 78. RGB value is (246,169,120). Sum of RGB (Red+Green+Blue) = 246+169+120=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A978 is #095687. Grayscale: #BABABA. Windows color (decimal): -611976 or 7907830. OLE color: 7907830.

HSL color Cylindrical-coordinate representation of color #F6A978: hue angle of 23.33º 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 #F6A978 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 169 120 -
CMYK 0 0.31 0.51 0.04
HSL 23.33º 0.88% 0.72% -
HSV(B) 23.33º 0.51% 0.96% -
XYZ 55.58 49.32 24.36 -
YUV 186.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 246 169 120 0 0.31 0.51 0.04 23.33 0.88 0.72
Hex F6 A9 78 0 1F 33 4 17 58 48
Octal 366 251 170 0 37 63 4 27 130 110
Binary 11110110 10101001 1111000 0 11111 110011 100 10111 1011000 1001000

Color Harmonies of #F6A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A978

Black with #F6A978

Text Example


Text Example

White with #F6A978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A978; }

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

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

background-color css

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

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

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

border-color css

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

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

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