Html Css Color HEX #FEB076 Tacao

📋 copy color: '#FEB076'

red 254 ◦ green 176 ◦ blue 118

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

Shades of Tacao #FEB076

Tints of Tacao #FEB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.12%

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 46.35%
G = 32.12%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEB076 (or 0xFEB076) is known color: Tacao. HEX triplet: FE, B0 and 76. RGB value is (254,176,118). Sum of RGB (Red+Green+Blue) = 254+176+118=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB076 is #014F89. Grayscale: #C1C1C1. Windows color (decimal): -85898 or 7778558. OLE color: 7778558.

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

Color convert

RGB 254 176 118 -
CMYK 0 0.31 0.54 0.00
HSL 25.59º 0.99% 0.73% -
HSV(B) 25.59º 0.54% 1% -
XYZ 59.67 53.43 24.31 -
YUV 192.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 254 176 118 0 0.31 0.54 0.00 25.59 0.99 0.73
Hex FE B0 76 0 1F 36 0 1A 63 49
Octal 376 260 166 0 37 66 0 32 143 111
Binary 11111110 10110000 1110110 0 11111 110110 0 11010 1100011 1001001

Color Harmonies of #FEB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB076

Black with #FEB076

Text Example


Text Example

White with #FEB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB076; }

 p { color: rgb(254,176,118); }

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

background-color css

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

 a { background-color: rgb(254,176,118); }

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

border-color css

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

 span { border-color: rgb(254,176,118); }

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