Html Css Color HEX #FDAC7D Tacao

📋 copy color: '#FDAC7D'

red 253 ◦ green 172 ◦ blue 125

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

Shades of Tacao #FDAC7D

Tints of Tacao #FDAC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.27%

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

R = 46%
G = 31.27%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDAC7D (or 0xFDAC7D) is known color: Tacao. HEX triplet: FD, AC and 7D. RGB value is (253,172,125). Sum of RGB (Red+Green+Blue) = 253+172+125=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC7D is #025382. Grayscale: #BFBFBF. Windows color (decimal): -152451 or 8236285. OLE color: 8236285.

HSL color Cylindrical-coordinate representation of color #FDAC7D: hue angle of 22.03º 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 #FDAC7D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 125 -
CMYK 0 0.32 0.51 0.01
HSL 22.03º 0.97% 0.74% -
HSV(B) 22.03º 0.51% 0.99% -
XYZ 58.96 51.87 26.31 -
YUV 190.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 253 172 125 0 0.32 0.51 0.01 22.03 0.97 0.74
Hex FD AC 7D 0 20 33 1 16 61 4A
Octal 375 254 175 0 40 63 1 26 141 112
Binary 11111101 10101100 1111101 0 100000 110011 1 10110 1100001 1001010

Color Harmonies of #FDAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC7D

Black with #FDAC7D

Text Example


Text Example

White with #FDAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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