Html Css Color HEX #FFAD75 Tacao

📋 copy color: '#FFAD75'

red 255 ◦ green 173 ◦ blue 117

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

Shades of Tacao #FFAD75

Tints of Tacao #FFAD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 46.79%
G = 31.74%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFAD75 (or 0xFFAD75) is known color: Tacao. HEX triplet: FF, AD and 75. RGB value is (255,173,117). Sum of RGB (Red+Green+Blue) = 255+173+117=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD75 is #00528A. Grayscale: #BFBFBF. Windows color (decimal): -21131 or 7712255. OLE color: 7712255.

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

Color convert

RGB 255 173 117 -
CMYK 0 0.32 0.54 0
HSL 24.35º 1% 0.73% -
HSV(B) 24.35º 0.54% 1% -
XYZ 59.39 52.43 23.82 -
YUV 191.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 255 173 117 0 0.32 0.54 0 24.35 1 0.73
Hex FF AD 75 0 20 36 0 18 64 49
Octal 377 255 165 0 40 66 0 30 144 111
Binary 11111111 10101101 1110101 0 100000 110110 0 11000 1100100 1001001

Color Harmonies of #FFAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD75

Black with #FFAD75

Text Example


Text Example

White with #FFAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD75; }

 p { color: rgb(255,173,117); }

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

background-color css

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

 a { background-color: rgb(255,173,117); }

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

border-color css

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

 span { border-color: rgb(255,173,117); }

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