Html Css Color HEX #F4AB70 Tacao

📋 copy color: '#F4AB70'

red 244 ◦ green 171 ◦ blue 112

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

Shades of Tacao #F4AB70

Tints of Tacao #F4AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.45%

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

R = 46.3%
G = 32.45%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4AB70 (or 0xF4AB70) is known color: Tacao. HEX triplet: F4, AB and 70. RGB value is (244,171,112). Sum of RGB (Red+Green+Blue) = 244+171+112=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AB70 is #0B548F. Grayscale: #BABABA. Windows color (decimal): -742544 or 7384052. OLE color: 7384052.

HSL color Cylindrical-coordinate representation of color #F4AB70: hue angle of 26.82º 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 #F4AB70 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 171 112 -
CMYK 0 0.30 0.54 0.04
HSL 26.82º 0.86% 0.7% -
HSV(B) 26.82º 0.54% 0.96% -
XYZ 54.8 49.53 22 -
YUV 186.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 244 171 112 0 0.30 0.54 0.04 26.82 0.86 0.7
Hex F4 AB 70 0 1E 36 4 1B 56 46
Octal 364 253 160 0 36 66 4 33 126 106
Binary 11110100 10101011 1110000 0 11110 110110 100 11011 1010110 1000110

Color Harmonies of #F4AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AB70

Black with #F4AB70

Text Example


Text Example

White with #F4AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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