Html Css Color HEX #FEB274 Tacao

📋 copy color: '#FEB274'

red 254 ◦ green 178 ◦ blue 116

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

Shades of Tacao #FEB274

Tints of Tacao #FEB274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.48%

 BLUE value IS 116 (45.7% from 255) = 21.17%

R = 46.35%
G = 32.48%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEB274 (or 0xFEB274) is known color: Tacao. HEX triplet: FE, B2 and 74. RGB value is (254,178,116). Sum of RGB (Red+Green+Blue) = 254+178+116=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB274 is #014D8B. Grayscale: #C1C1C1. Windows color (decimal): -85388 or 7647998. OLE color: 7647998.

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

Color convert

RGB 254 178 116 -
CMYK 0 0.30 0.54 0.00
HSL 26.96º 0.99% 0.73% -
HSV(B) 26.96º 0.54% 1% -
XYZ 59.95 54.17 23.82 -
YUV 193.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 254 178 116 0 0.30 0.54 0.00 26.96 0.99 0.73
Hex FE B2 74 0 1E 36 0 1B 63 49
Octal 376 262 164 0 36 66 0 33 143 111
Binary 11111110 10110010 1110100 0 11110 110110 0 11011 1100011 1001001

Color Harmonies of #FEB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB274

Black with #FEB274

Text Example


Text Example

White with #FEB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB274; }

 p { color: rgb(254,178,116); }

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

background-color css

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

 a { background-color: rgb(254,178,116); }

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

border-color css

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

 span { border-color: rgb(254,178,116); }

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