Html Css Color HEX #F1A974 Tacao

📋 copy color: '#F1A974'

red 241 ◦ green 169 ◦ blue 116

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

Shades of Tacao #F1A974

Tints of Tacao #F1A974

RGB

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

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

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

R = 45.82%
G = 32.13%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1A974 (or 0xF1A974) is known color: Tacao. HEX triplet: F1, A9 and 74. RGB value is (241,169,116). Sum of RGB (Red+Green+Blue) = 241+169+116=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A974 is #0E568B. Grayscale: #B8B8B8. Windows color (decimal): -939660 or 7645681. OLE color: 7645681.

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

Color convert

RGB 241 169 116 -
CMYK 0 0.30 0.52 0.05
HSL 25.44º 0.82% 0.7% -
HSV(B) 25.44º 0.52% 0.95% -
XYZ 53.62 48.34 23.03 -
YUV 184.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 241 169 116 0 0.30 0.52 0.05 25.44 0.82 0.7
Hex F1 A9 74 0 1E 34 5 19 52 46
Octal 361 251 164 0 36 64 5 31 122 106
Binary 11110001 10101001 1110100 0 11110 110100 101 11001 1010010 1000110

Color Harmonies of #F1A974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A974

Black with #F1A974

Text Example


Text Example

White with #F1A974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A974; }

 p { color: rgb(241,169,116); }

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

background-color css

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

 a { background-color: rgb(241,169,116); }

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

border-color css

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

 span { border-color: rgb(241,169,116); }

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