Html Css Color HEX #F2A878 Tacao

📋 copy color: '#F2A878'

red 242 ◦ green 168 ◦ blue 120

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

Shades of Tacao #F2A878

Tints of Tacao #F2A878

RGB

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

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

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

R = 45.66%
G = 31.7%
B = 22.64%

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

#F2A878 (or 0xF2A878) is known color: Tacao. HEX triplet: F2, A8 and 78. RGB value is (242,168,120). Sum of RGB (Red+Green+Blue) = 242+168+120=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A878 is #0D5787. Grayscale: #B8B8B8. Windows color (decimal): -874376 or 7907570. OLE color: 7907570.

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

Color convert

RGB 242 168 120 -
CMYK 0 0.31 0.50 0.05
HSL 23.61º 0.82% 0.71% -
HSV(B) 23.61º 0.5% 0.95% -
XYZ 54.01 48.24 24.23 -
YUV 184.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 242 168 120 0 0.31 0.50 0.05 23.61 0.82 0.71
Hex F2 A8 78 0 1F 32 5 18 52 47
Octal 362 250 170 0 37 62 5 30 122 107
Binary 11110010 10101000 1111000 0 11111 110010 101 11000 1010010 1000111

Color Harmonies of #F2A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A878

Black with #F2A878

Text Example


Text Example

White with #F2A878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A878; }

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

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

background-color css

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

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

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

border-color css

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

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

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