Html Css Color HEX #FEAD7D Tacao

📋 copy color: '#FEAD7D'

red 254 ◦ green 173 ◦ blue 125

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

Shades of Tacao #FEAD7D

Tints of Tacao #FEAD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.64%

R = 46.01%
G = 31.34%
B = 22.64%

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

#FEAD7D (or 0xFEAD7D) is known color: Tacao. HEX triplet: FE, AD and 7D. RGB value is (254,173,125). Sum of RGB (Red+Green+Blue) = 254+173+125=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD7D is #015282. Grayscale: #C0C0C0. Windows color (decimal): -86659 or 8236542. OLE color: 8236542.

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

Color convert

RGB 254 173 125 -
CMYK 0 0.32 0.51 0.00
HSL 22.33º 0.98% 0.74% -
HSV(B) 22.33º 0.51% 1% -
XYZ 59.52 52.44 26.39 -
YUV 191.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 254 173 125 0 0.32 0.51 0.00 22.33 0.98 0.74
Hex FE AD 7D 0 20 33 0 16 62 4A
Octal 376 255 175 0 40 63 0 26 142 112
Binary 11111110 10101101 1111101 0 100000 110011 0 10110 1100010 1001010

Color Harmonies of #FEAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD7D

Black with #FEAD7D

Text Example


Text Example

White with #FEAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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