Html Css Color HEX #FDAC7C Tacao

📋 copy color: '#FDAC7C'

red 253 ◦ green 172 ◦ blue 124

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

Shades of Tacao #FDAC7C

Tints of Tacao #FDAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.59%

R = 46.08%
G = 31.33%
B = 22.59%

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

#FDAC7C (or 0xFDAC7C) is known color: Tacao. HEX triplet: FD, AC and 7C. RGB value is (253,172,124). Sum of RGB (Red+Green+Blue) = 253+172+124=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC7C is #025383. Grayscale: #BFBFBF. Windows color (decimal): -152452 or 8170749. OLE color: 8170749.

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

Color convert

RGB 253 172 124 -
CMYK 0 0.32 0.51 0.01
HSL 22.33º 0.97% 0.74% -
HSV(B) 22.33º 0.51% 0.99% -
XYZ 58.9 51.84 25.97 -
YUV 190.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 253 172 124 0 0.32 0.51 0.01 22.33 0.97 0.74
Hex FD AC 7C 0 20 33 1 16 61 4A
Octal 375 254 174 0 40 63 1 26 141 112
Binary 11111101 10101100 1111100 0 100000 110011 1 10110 1100001 1001010

Color Harmonies of #FDAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC7C

Black with #FDAC7C

Text Example


Text Example

White with #FDAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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