#FBFF2E

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

Shades of Gorse #FBFF2E

Tints of Gorse #FBFF2E

Color information

#FBFF2E (or 0xFBFF2E) is unknown color: approx Gorse. HEX triplet: FB, FF and 2E. RGB value is (251,255,46). Sum of RGB (Red+Green+Blue) = 251+255+46=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 46 (18.36% from 255 or 8.33% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF2E is #0400D1. Grayscale: #E6E6E6. Windows color (decimal): -262354 or 3080187. OLE color: 3080187.

HSL color Cylindrical-coordinate representation of color #FBFF2E: hue angle of 61.15º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBFF2E is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB25125546-
CMYK0.0200.820
HSL61.15º100%59.02%-
HSV(B)61.15º81.96%100%-
XYZ76.0492.2316.38-
YUV229.9824.17142.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 46 (18.36% from 255) = 8.33%
R=45.47%
G=46.20%
B=8.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251255460.0200.82061.1510059.02
HexFBFF2E205203d643b
Octal373377562012207514473
Binary1111101111111111101110100101001001111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFF2E; }

 p { color: rgb(251,255,46); }

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

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

 a { background-color: rgb(251,255,46); }

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

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

 span { border-color: rgb(251,255,46); }

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