Html Css Color HEX #FEB07E Tacao

📋 copy color: '#FEB07E'

red 254 ◦ green 176 ◦ blue 126

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

Shades of Tacao #FEB07E

Tints of Tacao #FEB07E

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 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

#FEB07E (or 0xFEB07E) is known color: 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

RGB 254 176 126 -
CMYK 0 0.31 0.50 0.00
HSL 23.44º 0.98% 0.75% -
HSV(B) 23.44º 0.5% 1% -
XYZ 60.16 53.63 26.92 -
YUV 193.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 254 176 126 0 0.31 0.50 0.00 23.44 0.98 0.75
Hex FE B0 7E 0 1F 32 0 17 62 4B
Octal 376 260 176 0 37 62 0 27 142 113
Binary 11111110 10110000 1111110 0 11111 110010 0 10111 1100010 1001011

Color Harmonies of #FEB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB07E

Black with #FEB07E

Text Example


Text Example

White with #FEB07E

Text Example


Text Example

HTML Codes & Css Web 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>