Html Css Color HEX #FFAF78 Tacao

📋 copy color: '#FFAF78'

red 255 ◦ green 175 ◦ blue 120

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

Shades of Tacao #FFAF78

Tints of Tacao #FFAF78

RGB

 RED value IS 255 (100% from 255) = 46.36%

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 46.36%
G = 31.82%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFAF78 (or 0xFFAF78) is known color: Tacao. HEX triplet: FF, AF and 78. RGB value is (255,175,120). Sum of RGB (Red+Green+Blue) = 255+175+120=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF78 is #005087. Grayscale: #C0C0C0. Windows color (decimal): -20616 or 7909375. OLE color: 7909375.

HSL color Cylindrical-coordinate representation of color #FFAF78: hue angle of 24.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFAF78 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 120 -
CMYK 0 0.31 0.53 0
HSL 24.44º 1% 0.74% -
HSV(B) 24.44º 0.53% 1% -
XYZ 59.96 53.28 24.89 -
YUV 192.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 255 175 120 0 0.31 0.53 0 24.44 1 0.74
Hex FF AF 78 0 1F 35 0 18 64 4A
Octal 377 257 170 0 37 65 0 30 144 112
Binary 11111111 10101111 1111000 0 11111 110101 0 11000 1100100 1001010

Color Harmonies of #FFAF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF78

Black with #FFAF78

Text Example


Text Example

White with #FFAF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF78; }

 p { color: rgb(255,175,120); }

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

background-color css

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

 a { background-color: rgb(255,175,120); }

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

border-color css

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

 span { border-color: rgb(255,175,120); }

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