#FEBE4F

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

Shades of Golden Tainoi #FEBE4F

Tints of Golden Tainoi #FEBE4F

Color information

#FEBE4F (or 0xFEBE4F) is unknown color: approx Golden Tainoi. HEX triplet: FE, BE and 4F. RGB value is (254,190,79). Sum of RGB (Red+Green+Blue) = 254+190+79=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE4F is #0141B0. Grayscale: #C4C4C4. Windows color (decimal): -82353 or 5226238. OLE color: 5226238.

HSL color Cylindrical-coordinate representation of color #FEBE4F: hue angle of 38.06º 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 #FEBE4F is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB25419079-
CMYK00.250.690.00
HSL38.06º98.87%65.29%-
HSV(B)38.06º68.9%99.61%-
XYZ60.758.4615.48-
YUV196.4861.7169.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.57%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 79 (31.25% from 255) = 15.11%
R=48.57%
G=36.33%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541907900.250.690.0038.0698.8765.29
HexFEBE4F019450266341
Octal376276117031105046143101
Binary111111101011111010011110110011000101010011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE4F; }

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

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

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

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

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

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

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

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