#FBEA40

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

Shades of Gorse #FBEA40

Tints of Gorse #FBEA40

Color information

#FBEA40 (or 0xFBEA40) is unknown color: approx Gorse. HEX triplet: FB, EA and 40. RGB value is (251,234,64). Sum of RGB (Red+Green+Blue) = 251+234+64=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA40 is #0415BF. Grayscale: #DCDCDC. Windows color (decimal): -267712 or 4254459. OLE color: 4254459.

HSL color Cylindrical-coordinate representation of color #FBEA40: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBEA40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB25123464-
CMYK00.070.750.02
HSL54.55º95.9%61.76%-
HSV(B)54.55º74.5%98.43%-
XYZ70.1379.7316.54-
YUV219.740.13150.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 64 (25.39% from 255) = 11.66%
R=45.72%
G=42.62%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512346400.070.750.0254.5595.961.76
HexFBEA40074B237603e
Octal3733521000711326714076
Binary1111101111101010100000001111001011101101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA40; }

 p { color: rgb(251,234,64); }

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

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

 a { background-color: rgb(251,234,64); }

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

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

 span { border-color: rgb(251,234,64); }

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