Html Css Color HEX #FEAD7E Tacao

📋 copy color: '#FEAD7E'

red 254 ◦ green 173 ◦ blue 126

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

Shades of Tacao #FEAD7E

Tints of Tacao #FEAD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.78%

R = 45.93%
G = 31.28%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEAD7E (or 0xFEAD7E) is known color: Tacao. HEX triplet: FE, AD and 7E. RGB value is (254,173,126). Sum of RGB (Red+Green+Blue) = 254+173+126=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD7E is #015281. Grayscale: #C0C0C0. Windows color (decimal): -86658 or 8302078. OLE color: 8302078.

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

Color convert

RGB 254 173 126 -
CMYK 0 0.32 0.50 0.00
HSL 22.03º 0.98% 0.75% -
HSV(B) 22.03º 0.5% 1% -
XYZ 59.58 52.46 26.72 -
YUV 191.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 254 173 126 0 0.32 0.50 0.00 22.03 0.98 0.75
Hex FE AD 7E 0 20 32 0 16 62 4B
Octal 376 255 176 0 40 62 0 26 142 113
Binary 11111110 10101101 1111110 0 100000 110010 0 10110 1100010 1001011

Color Harmonies of #FEAD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD7E

Black with #FEAD7E

Text Example


Text Example

White with #FEAD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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