#FEBE57

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

Shades of Golden Tainoi #FEBE57

Tints of Golden Tainoi #FEBE57

Color information

#FEBE57 (or 0xFEBE57) is unknown color: approx Golden Tainoi. HEX triplet: FE, BE and 57. RGB value is (254,190,87). Sum of RGB (Red+Green+Blue) = 254+190+87=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE57 is #0141A8. Grayscale: #C5C5C5. Windows color (decimal): -82345 or 5750526. OLE color: 5750526.

HSL color Cylindrical-coordinate representation of color #FEBE57: hue angle of 37.01º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEBE57 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB25419087-
CMYK00.250.660.00
HSL37.01º98.82%66.86%-
HSV(B)37.01º65.75%99.61%-
XYZ61.0158.5917.11-
YUV197.3965.7168.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 87 (34.38% from 255) = 16.38%
R=47.83%
G=35.78%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541908700.250.660.0037.0198.8266.86
HexFEBE57019420256343
Octal376276127031102045143103
Binary111111101011111010101110110011000010010010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE57; }

 p { color: rgb(254,190,87); }

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

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

 a { background-color: rgb(254,190,87); }

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

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

 span { border-color: rgb(254,190,87); }

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