Html Css Color HEX #FEAF7C Tacao

📋 copy color: '#FEAF7C'

red 254 ◦ green 175 ◦ blue 124

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

Shades of Tacao #FEAF7C

Tints of Tacao #FEAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.65%

 BLUE value IS 124 (48.83% from 255) = 22.42%

R = 45.93%
G = 31.65%
B = 22.42%

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

#FEAF7C (or 0xFEAF7C) is known color: Tacao. HEX triplet: FE, AF and 7C. RGB value is (254,175,124). Sum of RGB (Red+Green+Blue) = 254+175+124=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF7C is #015083. Grayscale: #C1C1C1. Windows color (decimal): -86148 or 8171518. OLE color: 8171518.

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

Color convert

RGB 254 175 124 -
CMYK 0 0.31 0.51 0.00
HSL 23.54º 0.98% 0.74% -
HSV(B) 23.54º 0.51% 1% -
XYZ 59.84 53.19 26.18 -
YUV 192.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 254 175 124 0 0.31 0.51 0.00 23.54 0.98 0.74
Hex FE AF 7C 0 1F 33 0 18 62 4A
Octal 376 257 174 0 37 63 0 30 142 112
Binary 11111110 10101111 1111100 0 11111 110011 0 11000 1100010 1001010

Color Harmonies of #FEAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF7C

Black with #FEAF7C

Text Example


Text Example

White with #FEAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF7C; }

 p { color: rgb(254,175,124); }

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

background-color css

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

 a { background-color: rgb(254,175,124); }

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

border-color css

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

 span { border-color: rgb(254,175,124); }

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