Html Css Color HEX #FDAF77 Tacao

📋 copy color: '#FDAF77'

red 253 ◦ green 175 ◦ blue 119

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

Shades of Tacao #FDAF77

Tints of Tacao #FDAF77

RGB

 RED value IS 253 (99.22% from 255) = 46.25%

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

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 46.25%
G = 31.99%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDAF77 (or 0xFDAF77) is known color: Tacao. HEX triplet: FD, AF and 77. RGB value is (253,175,119). Sum of RGB (Red+Green+Blue) = 253+175+119=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF77 is #025088. Grayscale: #C0C0C0. Windows color (decimal): -151689 or 7843837. OLE color: 7843837.

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

Color convert

RGB 253 175 119 -
CMYK 0 0.31 0.53 0.01
HSL 25.07º 0.97% 0.73% -
HSV(B) 25.07º 0.53% 0.99% -
XYZ 59.17 52.87 24.54 -
YUV 191.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 253 175 119 0 0.31 0.53 0.01 25.07 0.97 0.73
Hex FD AF 77 0 1F 35 1 19 61 49
Octal 375 257 167 0 37 65 1 31 141 111
Binary 11111101 10101111 1110111 0 11111 110101 1 11001 1100001 1001001

Color Harmonies of #FDAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF77

Black with #FDAF77

Text Example


Text Example

White with #FDAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF77; }

 p { color: rgb(253,175,119); }

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

background-color css

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

 a { background-color: rgb(253,175,119); }

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

border-color css

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

 span { border-color: rgb(253,175,119); }

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