Html Css Color HEX #FEB16E Tacao

📋 copy color: '#FEB16E'

red 254 ◦ green 177 ◦ blue 110

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

Shades of Tacao #FEB16E

Tints of Tacao #FEB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.72%

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 46.95%
G = 32.72%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEB16E (or 0xFEB16E) is known color: Tacao. HEX triplet: FE, B1 and 6E. RGB value is (254,177,110). Sum of RGB (Red+Green+Blue) = 254+177+110=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB16E is #014E91. Grayscale: #C0C0C0. Windows color (decimal): -85650 or 7254526. OLE color: 7254526.

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

Color convert

RGB 254 177 110 -
CMYK 0 0.30 0.57 0.00
HSL 27.92º 0.99% 0.71% -
HSV(B) 27.92º 0.57% 1% -
XYZ 59.41 53.64 21.97 -
YUV 192.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 254 177 110 0 0.30 0.57 0.00 27.92 0.99 0.71
Hex FE B1 6E 0 1E 39 0 1C 63 47
Octal 376 261 156 0 36 71 0 34 143 107
Binary 11111110 10110001 1101110 0 11110 111001 0 11100 1100011 1000111

Color Harmonies of #FEB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB16E

Black with #FEB16E

Text Example


Text Example

White with #FEB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB16E; }

 p { color: rgb(254,177,110); }

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

background-color css

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

 a { background-color: rgb(254,177,110); }

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

border-color css

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

 span { border-color: rgb(254,177,110); }

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