Html Css Color HEX #F8AF74 Tacao

📋 copy color: '#F8AF74'

red 248 ◦ green 175 ◦ blue 116

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

Shades of Tacao #F8AF74

Tints of Tacao #F8AF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.47%

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

R = 46.01%
G = 32.47%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8AF74 (or 0xF8AF74) is known color: Tacao. HEX triplet: F8, AF and 74. RGB value is (248,175,116). Sum of RGB (Red+Green+Blue) = 248+175+116=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF74 is #07508B. Grayscale: #BEBEBE. Windows color (decimal): -479372 or 7647224. OLE color: 7647224.

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

Color convert

RGB 248 175 116 -
CMYK 0 0.29 0.53 0.03
HSL 26.82º 0.9% 0.71% -
HSV(B) 26.82º 0.53% 0.97% -
XYZ 57.19 51.88 23.52 -
YUV 190.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 248 175 116 0 0.29 0.53 0.03 26.82 0.9 0.71
Hex F8 AF 74 0 1D 35 3 1B 5A 47
Octal 370 257 164 0 35 65 3 33 132 107
Binary 11111000 10101111 1110100 0 11101 110101 11 11011 1011010 1000111

Color Harmonies of #F8AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF74

Black with #F8AF74

Text Example


Text Example

White with #F8AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF74; }

 p { color: rgb(248,175,116); }

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

background-color css

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

 a { background-color: rgb(248,175,116); }

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

border-color css

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

 span { border-color: rgb(248,175,116); }

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