Html Css Color HEX #F1AD70 Tacao

📋 copy color: '#F1AD70'

red 241 ◦ green 173 ◦ blue 112

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

Shades of Tacao #F1AD70

Tints of Tacao #F1AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 45.82%
G = 32.89%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1AD70 (or 0xF1AD70) is known color: Tacao. HEX triplet: F1, AD and 70. RGB value is (241,173,112). Sum of RGB (Red+Green+Blue) = 241+173+112=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD70 is #0E528F. Grayscale: #BABABA. Windows color (decimal): -938640 or 7384561. OLE color: 7384561.

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

Color convert

RGB 241 173 112 -
CMYK 0 0.28 0.54 0.05
HSL 28.37º 0.82% 0.69% -
HSV(B) 28.37º 0.54% 0.95% -
XYZ 54.14 49.76 22.08 -
YUV 186.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 241 173 112 0 0.28 0.54 0.05 28.37 0.82 0.69
Hex F1 AD 70 0 1C 36 5 1C 52 45
Octal 361 255 160 0 34 66 5 34 122 105
Binary 11110001 10101101 1110000 0 11100 110110 101 11100 1010010 1000101

Color Harmonies of #F1AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD70

Black with #F1AD70

Text Example


Text Example

White with #F1AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD70; }

 p { color: rgb(241,173,112); }

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

background-color css

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

 a { background-color: rgb(241,173,112); }

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

border-color css

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

 span { border-color: rgb(241,173,112); }

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