Html Css Color HEX #F6A874 Tacao

📋 copy color: '#F6A874'

red 246 ◦ green 168 ◦ blue 116

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

Shades of Tacao #F6A874

Tints of Tacao #F6A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

 BLUE value IS 116 (45.7% from 255) = 21.89%

R = 46.42%
G = 31.7%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F6A874 (or 0xF6A874) is known color: Tacao. HEX triplet: F6, A8 and 74. RGB value is (246,168,116). Sum of RGB (Red+Green+Blue) = 246+168+116=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A874 is #09578B. Grayscale: #B9B9B9. Windows color (decimal): -612236 or 7645430. OLE color: 7645430.

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

Color convert

RGB 246 168 116 -
CMYK 0 0.32 0.53 0.04
HSL 24º 0.88% 0.71% -
HSV(B) 24º 0.53% 0.96% -
XYZ 55.16 48.86 23.05 -
YUV 185.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 246 168 116 0 0.32 0.53 0.04 24 0.88 0.71
Hex F6 A8 74 0 20 35 4 18 58 47
Octal 366 250 164 0 40 65 4 30 130 107
Binary 11110110 10101000 1110100 0 100000 110101 100 11000 1011000 1000111

Color Harmonies of #F6A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A874

Black with #F6A874

Text Example


Text Example

White with #F6A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A874; }

 p { color: rgb(246,168,116); }

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

background-color css

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

 a { background-color: rgb(246,168,116); }

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

border-color css

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

 span { border-color: rgb(246,168,116); }

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