Html Css Color HEX #FEAE7D Tacao

📋 copy color: '#FEAE7D'

red 254 ◦ green 174 ◦ blue 125

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

Shades of Tacao #FEAE7D

Tints of Tacao #FEAE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.46%

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

R = 45.93%
G = 31.46%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEAE7D (or 0xFEAE7D) is known color: Tacao. HEX triplet: FE, AE and 7D. RGB value is (254,174,125). Sum of RGB (Red+Green+Blue) = 254+174+125=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAE7D is #015182. Grayscale: #C0C0C0. Windows color (decimal): -86403 or 8236798. OLE color: 8236798.

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

Color convert

RGB 254 174 125 -
CMYK 0 0.31 0.51 0.00
HSL 22.79º 0.98% 0.74% -
HSV(B) 22.79º 0.51% 1% -
XYZ 59.71 52.82 26.45 -
YUV 192.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 254 174 125 0 0.31 0.51 0.00 22.79 0.98 0.74
Hex FE AE 7D 0 1F 33 0 17 62 4A
Octal 376 256 175 0 37 63 0 27 142 112
Binary 11111110 10101110 1111101 0 11111 110011 0 10111 1100010 1001010

Color Harmonies of #FEAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE7D

Black with #FEAE7D

Text Example


Text Example

White with #FEAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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