Html Css Color HEX #F1A872 Tacao

📋 copy color: '#F1A872'

red 241 ◦ green 168 ◦ blue 114

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

Shades of Tacao #F1A872

Tints of Tacao #F1A872

RGB

 RED value IS 241 (94.53% from 255) = 46.08%

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

 BLUE value IS 114 (44.92% from 255) = 21.8%

R = 46.08%
G = 32.12%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F1A872 (or 0xF1A872) is known color: Tacao. HEX triplet: F1, A8 and 72. RGB value is (241,168,114). Sum of RGB (Red+Green+Blue) = 241+168+114=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A872 is #0E578D. Grayscale: #B7B7B7. Windows color (decimal): -939918 or 7514353. OLE color: 7514353.

HSL color Cylindrical-coordinate representation of color #F1A872: hue angle of 25.51º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1A872 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 114 -
CMYK 0 0.30 0.53 0.05
HSL 25.51º 0.82% 0.7% -
HSV(B) 25.51º 0.53% 0.95% -
XYZ 53.32 47.92 22.36 -
YUV 183.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 241 168 114 0 0.30 0.53 0.05 25.51 0.82 0.7
Hex F1 A8 72 0 1E 35 5 1A 52 46
Octal 361 250 162 0 36 65 5 32 122 106
Binary 11110001 10101000 1110010 0 11110 110101 101 11010 1010010 1000110

Color Harmonies of #F1A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A872

Black with #F1A872

Text Example


Text Example

White with #F1A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A872; }

 p { color: rgb(241,168,114); }

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

background-color css

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

 a { background-color: rgb(241,168,114); }

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

border-color css

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

 span { border-color: rgb(241,168,114); }

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