Html Css Color HEX #F8AB70 Tacao

📋 copy color: '#F8AB70'

red 248 ◦ green 171 ◦ blue 112

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

Shades of Tacao #F8AB70

Tints of Tacao #F8AB70

RGB

 RED value IS 248 (97.27% from 255) = 46.7%

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

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

R = 46.7%
G = 32.2%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8AB70 (or 0xF8AB70) is known color: Tacao. HEX triplet: F8, AB and 70. RGB value is (248,171,112). Sum of RGB (Red+Green+Blue) = 248+171+112=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AB70 is #07548F. Grayscale: #BBBBBB. Windows color (decimal): -480400 or 7384056. OLE color: 7384056.

HSL color Cylindrical-coordinate representation of color #F8AB70: hue angle of 26.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8AB70 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 171 112 -
CMYK 0 0.31 0.55 0.03
HSL 26.03º 0.91% 0.71% -
HSV(B) 26.03º 0.55% 0.97% -
XYZ 56.2 50.25 22.07 -
YUV 187.3 85.51 171.3 -
System Red Green Blue C M Y K H S L
Decimal 248 171 112 0 0.31 0.55 0.03 26.03 0.91 0.71
Hex F8 AB 70 0 1F 37 3 1A 5B 47
Octal 370 253 160 0 37 67 3 32 133 107
Binary 11111000 10101011 1110000 0 11111 110111 11 11010 1011011 1000111

Color Harmonies of #F8AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AB70

Black with #F8AB70

Text Example


Text Example

White with #F8AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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