#FEBD52

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

Shades of Golden Tainoi #FEBD52

Tints of Golden Tainoi #FEBD52

Color information

#FEBD52 (or 0xFEBD52) is unknown color: approx Golden Tainoi. HEX triplet: FE, BD and 52. RGB value is (254,189,82). Sum of RGB (Red+Green+Blue) = 254+189+82=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD52 is #0142AD. Grayscale: #C4C4C4. Windows color (decimal): -82606 or 5422590. OLE color: 5422590.

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

Color convert

RGB25418982-
CMYK00.260.680.00
HSL37.33º98.85%65.88%-
HSV(B)37.33º67.72%99.61%-
XYZ60.5958.0816-
YUV196.2463.53169.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 82 (32.42% from 255) = 15.62%
R=48.38%
G=36%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541898200.260.680.0037.3398.8565.88
HexFEBD5201A440256342
Octal376275122032104045143102
Binary111111101011110110100100110101000100010010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD52; }

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

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

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

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

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

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

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

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