Html Css Color HEX #FEAF85 Tacao

📋 copy color: '#FEAF85'

red 254 ◦ green 175 ◦ blue 133

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

Shades of Tacao #FEAF85

Tints of Tacao #FEAF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 45.2%
G = 31.14%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEAF85 (or 0xFEAF85) is known color: Tacao. HEX triplet: FE, AF and 85. RGB value is (254,175,133). Sum of RGB (Red+Green+Blue) = 254+175+133=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF85 is #01507A. Grayscale: #C2C2C2. Windows color (decimal): -86139 or 8761342. OLE color: 8761342.

HSL color Cylindrical-coordinate representation of color #FEAF85: hue angle of 20.83º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEAF85 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 175 133 -
CMYK 0 0.31 0.48 0.00
HSL 20.83º 0.98% 0.76% -
HSV(B) 20.83º 0.48% 1% -
XYZ 60.44 53.42 29.32 -
YUV 193.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 254 175 133 0 0.31 0.48 0.00 20.83 0.98 0.76
Hex FE AF 85 0 1F 30 0 15 62 4C
Octal 376 257 205 0 37 60 0 25 142 114
Binary 11111110 10101111 10000101 0 11111 110000 0 10101 1100010 1001100

Color Harmonies of #FEAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF85

Black with #FEAF85

Text Example


Text Example

White with #FEAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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