Html Css Color HEX #FEAD72 Tacao

📋 copy color: '#FEAD72'

red 254 ◦ green 173 ◦ blue 114

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

Shades of Tacao #FEAD72

Tints of Tacao #FEAD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 46.95%
G = 31.98%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEAD72 (or 0xFEAD72) is known color: Tacao. HEX triplet: FE, AD and 72. RGB value is (254,173,114). Sum of RGB (Red+Green+Blue) = 254+173+114=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD72 is #01528D. Grayscale: #BEBEBE. Windows color (decimal): -86670 or 7515646. OLE color: 7515646.

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

Color convert

RGB 254 173 114 -
CMYK 0 0.32 0.55 0.00
HSL 25.29º 0.99% 0.72% -
HSV(B) 25.29º 0.55% 1% -
XYZ 58.85 52.17 22.89 -
YUV 190.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 254 173 114 0 0.32 0.55 0.00 25.29 0.99 0.72
Hex FE AD 72 0 20 37 0 19 63 48
Octal 376 255 162 0 40 67 0 31 143 110
Binary 11111110 10101101 1110010 0 100000 110111 0 11001 1100011 1001000

Color Harmonies of #FEAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD72

Black with #FEAD72

Text Example


Text Example

White with #FEAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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