Html Css Color HEX #FEAD7C Tacao

📋 copy color: '#FEAD7C'

red 254 ◦ green 173 ◦ blue 124

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

Shades of Tacao #FEAD7C

Tints of Tacao #FEAD7C

RGB

 RED value IS 254 (99.61% from 255) = 46.1%

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

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

R = 46.1%
G = 31.4%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEAD7C (or 0xFEAD7C) is known color: Tacao. HEX triplet: FE, AD and 7C. RGB value is (254,173,124). Sum of RGB (Red+Green+Blue) = 254+173+124=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD7C is #015283. Grayscale: #BFBFBF. Windows color (decimal): -86660 or 8171006. OLE color: 8171006.

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

Color convert

RGB 254 173 124 -
CMYK 0 0.32 0.51 0.00
HSL 22.62º 0.98% 0.74% -
HSV(B) 22.62º 0.51% 1% -
XYZ 59.45 52.41 26.05 -
YUV 191.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 254 173 124 0 0.32 0.51 0.00 22.62 0.98 0.74
Hex FE AD 7C 0 20 33 0 17 62 4A
Octal 376 255 174 0 40 63 0 27 142 112
Binary 11111110 10101101 1111100 0 100000 110011 0 10111 1100010 1001010

Color Harmonies of #FEAD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD7C

Black with #FEAD7C

Text Example


Text Example

White with #FEAD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD7C; }

 p { color: rgb(254,173,124); }

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

background-color css

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

 a { background-color: rgb(254,173,124); }

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

border-color css

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

 span { border-color: rgb(254,173,124); }

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