#FBFE2B

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

Shades of Gorse #FBFE2B

Tints of Gorse #FBFE2B

Color information

#FBFE2B (or 0xFBFE2B) is unknown color: approx Gorse. HEX triplet: FB, FE and 2B. RGB value is (251,254,43). Sum of RGB (Red+Green+Blue) = 251+254+43=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 43 (17.19% from 255 or 7.85% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE2B is #0401D4. Grayscale: #E5E5E5. Windows color (decimal): -262613 or 2883323. OLE color: 2883323.

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

Color convert

RGB25125443-
CMYK0.0100.830.00
HSL60.85º99.06%58.24%-
HSV(B)60.85º83.07%99.61%-
XYZ75.6691.5715.97-
YUV229.0523.01143.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 254 (99.61% from 255) = 46.35%
BLUE value IS 43 (17.19% from 255) = 7.85%
R=45.80%
G=46.35%
B=7.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal251254430.0100.830.0060.8599.0658.24
HexFBFE2B105303d633a
Octal373376531012307514372
Binary111110111111111010101110101001101111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFE2B; }

 p { color: rgb(251,254,43); }

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

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

 a { background-color: rgb(251,254,43); }

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

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

 span { border-color: rgb(251,254,43); }

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