Html Css Color HEX #FDAC74 Tacao

📋 copy color: '#FDAC74'

red 253 ◦ green 172 ◦ blue 116

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

Shades of Tacao #FDAC74

Tints of Tacao #FDAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 46.77%
G = 31.79%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDAC74 (or 0xFDAC74) is known color: Tacao. HEX triplet: FD, AC and 74. RGB value is (253,172,116). Sum of RGB (Red+Green+Blue) = 253+172+116=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC74 is #02538B. Grayscale: #BEBEBE. Windows color (decimal): -152460 or 7646461. OLE color: 7646461.

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

Color convert

RGB 253 172 116 -
CMYK 0 0.32 0.54 0.01
HSL 24.53º 0.97% 0.72% -
HSV(B) 24.53º 0.54% 0.99% -
XYZ 58.41 51.65 23.41 -
YUV 189.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 253 172 116 0 0.32 0.54 0.01 24.53 0.97 0.72
Hex FD AC 74 0 20 36 1 19 61 48
Octal 375 254 164 0 40 66 1 31 141 110
Binary 11111101 10101100 1110100 0 100000 110110 1 11001 1100001 1001000

Color Harmonies of #FDAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC74

Black with #FDAC74

Text Example


Text Example

White with #FDAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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