#FEBD50

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

Shades of Golden Tainoi #FEBD50

Tints of Golden Tainoi #FEBD50

Color information

#FEBD50 (or 0xFEBD50) is unknown color: approx Golden Tainoi. HEX triplet: FE, BD and 50. RGB value is (254,189,80). Sum of RGB (Red+Green+Blue) = 254+189+80=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD50 is #0142AF. Grayscale: #C4C4C4. Windows color (decimal): -82608 or 5291518. OLE color: 5291518.

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

Color convert

RGB25418980-
CMYK00.260.690.00
HSL37.59º98.86%65.49%-
HSV(B)37.59º68.5%99.61%-
XYZ60.5258.0515.6-
YUV196.0162.53169.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.57%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 80 (31.64% from 255) = 15.30%
R=48.57%
G=36.14%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541898000.260.690.0037.5998.8665.49
HexFEBD5001A450266341
Octal376275120032105046143101
Binary111111101011110110100000110101000101010011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD50; }

 p { color: rgb(254,189,80); }

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

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

 a { background-color: rgb(254,189,80); }

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

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

 span { border-color: rgb(254,189,80); }

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