Html Css Color HEX #FEAD7A Tacao

📋 copy color: '#FEAD7A'

red 254 ◦ green 173 ◦ blue 122

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

Shades of Tacao #FEAD7A

Tints of Tacao #FEAD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.22%

R = 46.27%
G = 31.51%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEAD7A (or 0xFEAD7A) is known color: Tacao. HEX triplet: FE, AD and 7A. RGB value is (254,173,122). Sum of RGB (Red+Green+Blue) = 254+173+122=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD7A is #015285. Grayscale: #BFBFBF. Windows color (decimal): -86662 or 8039934. OLE color: 8039934.

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

Color convert

RGB 254 173 122 -
CMYK 0 0.32 0.52 0.00
HSL 23.18º 0.99% 0.74% -
HSV(B) 23.18º 0.52% 1% -
XYZ 59.33 52.36 25.39 -
YUV 191.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 254 173 122 0 0.32 0.52 0.00 23.18 0.99 0.74
Hex FE AD 7A 0 20 34 0 17 63 4A
Octal 376 255 172 0 40 64 0 27 143 112
Binary 11111110 10101101 1111010 0 100000 110100 0 10111 1100011 1001010

Color Harmonies of #FEAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD7A

Black with #FEAD7A

Text Example


Text Example

White with #FEAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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