#febe43

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

Shades of Golden Tainoi #FEBE43

Tints of Golden Tainoi #FEBE43

Color information

#FEBE43 (or 0xFEBE43) is unknown color: approx Golden Tainoi. HEX triplet: FE, BE and 43. RGB value is (254,190,67). Sum of RGB (Red+Green+Blue) = 254+190+67=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE43 is #0141BC. Grayscale: #C3C3C3. Windows color (decimal): -82365 or 4439806. OLE color: 4439806.

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

Color convert

RGB25419067-
CMYK00.250.740.00
HSL39.47º98.94%62.94%-
HSV(B)39.47º73.62%99.61%-
XYZ60.358.313.39-
YUV195.1155.7170-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 67 (26.56% from 255) = 13.11%
R=49.71%
G=37.18%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541906700.250.740.0039.4798.9462.94
HexFEBE430194A027633f
Octal37627610303111204714377
Binary11111110101111101000011011001100101001001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #febe43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #febe43; }

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

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

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

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

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

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

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

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