#FEB07D

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

Shades of Tacao #FEB07D

Tints of Tacao #FEB07D

Color information

#FEB07D (or 0xFEB07D) is unknown color: approx Tacao. HEX triplet: FE, B0 and 7D. RGB value is (254,176,125). Sum of RGB (Red+Green+Blue) = 254+176+125=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB07D is #014F82. Grayscale: #C1C1C1. Windows color (decimal): -85891 or 8237310. OLE color: 8237310.

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

Color convert

RGB254176125-
CMYK00.310.510.00
HSL23.72º98.47%74.31%-
HSV(B)23.72º50.79%99.61%-
XYZ60.153.626.58-
YUV193.5189.34171.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=45.77%
G=31.71%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417612500.310.510.0023.7298.4774.31
HexFEB07D01F33018624a
Octal37626017503763030142112
Binary1111111010110000111110101111111001101100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB07D; }

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

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

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

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

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

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

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

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