#FEB07E

Color #FEB07E Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #FEB07E

Tints of Tacao #FEB07E

Color information

#FEB07E (or 0xFEB07E) is unknown color: approx Tacao. HEX triplet: FE, B0 and 7E. RGB value is (254,176,126). Sum of RGB (Red+Green+Blue) = 254+176+126=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB07E is #014F81. Grayscale: #C1C1C1. Windows color (decimal): -85890 or 8302846. OLE color: 8302846.

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

Color convert

RGB254176126-
CMYK00.310.500.00
HSL23.44º98.46%74.51%-
HSV(B)23.44º50.39%99.61%-
XYZ60.1653.6326.92-
YUV193.6289.84171.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 126 (49.61% from 255) = 22.66%
R=45.68%
G=31.65%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417612600.310.500.0023.4498.4674.51
HexFEB07E01F32017624b
Octal37626017603762027142113
Binary1111111010110000111111001111111001001011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB07E; }

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

 H1.HeaderClassName
 {
   color: #FEB07E;
 }
 .AnyTagClassName
 {
   color: #FEB07E;
 }
</style>
background-color css

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

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

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

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

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

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