Html Css Color HEX #F2A678 Tacao

📋 copy color: '#F2A678'

red 242 ◦ green 166 ◦ blue 120

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

Shades of Tacao #F2A678

Tints of Tacao #F2A678

RGB

 RED value IS 242 (94.92% from 255) = 45.83%

 GREEN value IS 166 (65.23% from 255) = 31.44%

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

R = 45.83%
G = 31.44%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2A678 (or 0xF2A678) is known color: Tacao. HEX triplet: F2, A6 and 78. RGB value is (242,166,120). Sum of RGB (Red+Green+Blue) = 242+166+120=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A678 is #0D5987. Grayscale: #B7B7B7. Windows color (decimal): -874888 or 7907058. OLE color: 7907058.

HSL color Cylindrical-coordinate representation of color #F2A678: hue angle of 22.62º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2A678 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 120 -
CMYK 0 0.31 0.50 0.05
HSL 22.62º 0.82% 0.71% -
HSV(B) 22.62º 0.5% 0.95% -
XYZ 53.64 47.51 24.11 -
YUV 183.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 242 166 120 0 0.31 0.50 0.05 22.62 0.82 0.71
Hex F2 A6 78 0 1F 32 5 17 52 47
Octal 362 246 170 0 37 62 5 27 122 107
Binary 11110010 10100110 1111000 0 11111 110010 101 10111 1010010 1000111

Color Harmonies of #F2A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A678

Black with #F2A678

Text Example


Text Example

White with #F2A678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A678; }

 p { color: rgb(242,166,120); }

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

background-color css

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

 a { background-color: rgb(242,166,120); }

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

border-color css

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

 span { border-color: rgb(242,166,120); }

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