Html Css Color HEX #FEAD7F Tacao

📋 copy color: '#FEAD7F'

red 254 ◦ green 173 ◦ blue 127

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

Shades of Tacao #FEAD7F

Tints of Tacao #FEAD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.92%

R = 45.85%
G = 31.23%
B = 22.92%

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

#FEAD7F (or 0xFEAD7F) is known color: Tacao. HEX triplet: FE, AD and 7F. RGB value is (254,173,127). Sum of RGB (Red+Green+Blue) = 254+173+127=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD7F is #015280. Grayscale: #C0C0C0. Windows color (decimal): -86657 or 8367614. OLE color: 8367614.

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

Color convert

RGB 254 173 127 -
CMYK 0 0.32 0.50 0.00
HSL 21.73º 0.98% 0.75% -
HSV(B) 21.73º 0.5% 1% -
XYZ 59.65 52.49 27.07 -
YUV 191.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 254 173 127 0 0.32 0.50 0.00 21.73 0.98 0.75
Hex FE AD 7F 0 20 32 0 16 62 4B
Octal 376 255 177 0 40 62 0 26 142 113
Binary 11111110 10101101 1111111 0 100000 110010 0 10110 1100010 1001011

Color Harmonies of #FEAD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD7F

Black with #FEAD7F

Text Example


Text Example

White with #FEAD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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