Html Css Color HEX #FEB080 Tacao

📋 copy color: '#FEB080'

red 254 ◦ green 176 ◦ blue 128

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

Shades of Tacao #FEB080

Tints of Tacao #FEB080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.94%

R = 45.52%
G = 31.54%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEB080 (or 0xFEB080) is known color: Tacao. HEX triplet: FE, B0 and 80. RGB value is (254,176,128). Sum of RGB (Red+Green+Blue) = 254+176+128=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB080 is #014F7F. Grayscale: #C2C2C2. Windows color (decimal): -85888 or 8433918. OLE color: 8433918.

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

Color convert

RGB 254 176 128 -
CMYK 0 0.31 0.50 0.00
HSL 22.86º 0.98% 0.75% -
HSV(B) 22.86º 0.5% 1% -
XYZ 60.29 53.68 27.61 -
YUV 193.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 254 176 128 0 0.31 0.50 0.00 22.86 0.98 0.75
Hex FE B0 80 0 1F 32 0 17 62 4B
Octal 376 260 200 0 37 62 0 27 142 113
Binary 11111110 10110000 10000000 0 11111 110010 0 10111 1100010 1001011

Color Harmonies of #FEB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB080

Black with #FEB080

Text Example


Text Example

White with #FEB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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