Html Css Color HEX #F4AD70 Tacao

📋 copy color: '#F4AD70'

red 244 ◦ green 173 ◦ blue 112

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

Shades of Tacao #F4AD70

Tints of Tacao #F4AD70

RGB

 RED value IS 244 (95.7% from 255) = 46.12%

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

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

R = 46.12%
G = 32.7%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4AD70 (or 0xF4AD70) is known color: Tacao. HEX triplet: F4, AD and 70. RGB value is (244,173,112). Sum of RGB (Red+Green+Blue) = 244+173+112=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AD70 is #0B528F. Grayscale: #BBBBBB. Windows color (decimal): -742032 or 7384564. OLE color: 7384564.

HSL color Cylindrical-coordinate representation of color #F4AD70: hue angle of 27.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4AD70 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 173 112 -
CMYK 0 0.29 0.54 0.04
HSL 27.73º 0.86% 0.7% -
HSV(B) 27.73º 0.54% 0.96% -
XYZ 55.18 50.29 22.13 -
YUV 187.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 244 173 112 0 0.29 0.54 0.04 27.73 0.86 0.7
Hex F4 AD 70 0 1D 36 4 1C 56 46
Octal 364 255 160 0 35 66 4 34 126 106
Binary 11110100 10101101 1110000 0 11101 110110 100 11100 1010110 1000110

Color Harmonies of #F4AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AD70

Black with #F4AD70

Text Example


Text Example

White with #F4AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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