#FEBF5E

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

Shades of Golden Tainoi #FEBF5E

Tints of Golden Tainoi #FEBF5E

Color information

#FEBF5E (or 0xFEBF5E) is unknown color: approx Golden Tainoi. HEX triplet: FE, BF and 5E. RGB value is (254,191,94). Sum of RGB (Red+Green+Blue) = 254+191+94=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF5E is #0140A1. Grayscale: #C7C7C7. Windows color (decimal): -82082 or 6209534. OLE color: 6209534.

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

Color convert

RGB25419194-
CMYK00.250.630.00
HSL36.38º98.77%68.24%-
HSV(B)36.38º62.99%99.61%-
XYZ61.5259.1418.76-
YUV198.7868.87167.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=47.12%
G=35.44%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541919400.250.630.0036.3898.7768.24
HexFEBF5E0193F0246344
Octal37627713603177044143104
Binary11111110101111111011110011001111111010010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF5E; }

 p { color: rgb(254,191,94); }

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

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

 a { background-color: rgb(254,191,94); }

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

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

 span { border-color: rgb(254,191,94); }

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