Html Css Color HEX #FDAF7D Tacao

📋 copy color: '#FDAF7D'

red 253 ◦ green 175 ◦ blue 125

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

Shades of Tacao #FDAF7D

Tints of Tacao #FDAF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.6%

R = 45.75%
G = 31.65%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDAF7D (or 0xFDAF7D) is known color: Tacao. HEX triplet: FD, AF and 7D. RGB value is (253,175,125). Sum of RGB (Red+Green+Blue) = 253+175+125=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF7D is #025082. Grayscale: #C0C0C0. Windows color (decimal): -151683 or 8237053. OLE color: 8237053.

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

Color convert

RGB 253 175 125 -
CMYK 0 0.31 0.51 0.01
HSL 23.44º 0.97% 0.74% -
HSV(B) 23.44º 0.51% 0.99% -
XYZ 59.54 53.02 26.5 -
YUV 192.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 253 175 125 0 0.31 0.51 0.01 23.44 0.97 0.74
Hex FD AF 7D 0 1F 33 1 17 61 4A
Octal 375 257 175 0 37 63 1 27 141 112
Binary 11111101 10101111 1111101 0 11111 110011 1 10111 1100001 1001010

Color Harmonies of #FDAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF7D

Black with #FDAF7D

Text Example


Text Example

White with #FDAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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