Html Css Color HEX #FEB084 Tacao

📋 copy color: '#FEB084'

red 254 ◦ green 176 ◦ blue 132

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

Shades of Tacao #FEB084

Tints of Tacao #FEB084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.49%

R = 45.2%
G = 31.32%
B = 23.49%

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

#FEB084 (or 0xFEB084) is known color: Tacao. HEX triplet: FE, B0 and 84. RGB value is (254,176,132). Sum of RGB (Red+Green+Blue) = 254+176+132=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB084 is #014F7B. Grayscale: #C2C2C2. Windows color (decimal): -85884 or 8696062. OLE color: 8696062.

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

Color convert

RGB 254 176 132 -
CMYK 0 0.31 0.48 0.00
HSL 21.64º 0.98% 0.76% -
HSV(B) 21.64º 0.48% 1% -
XYZ 60.56 53.79 29.02 -
YUV 194.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 254 176 132 0 0.31 0.48 0.00 21.64 0.98 0.76
Hex FE B0 84 0 1F 30 0 16 62 4C
Octal 376 260 204 0 37 60 0 26 142 114
Binary 11111110 10110000 10000100 0 11111 110000 0 10110 1100010 1001100

Color Harmonies of #FEB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB084

Black with #FEB084

Text Example


Text Example

White with #FEB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB084; }

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

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

background-color css

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

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

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

border-color css

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

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

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