#FBED3F

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

Shades of Gorse #FBED3F

Tints of Gorse #FBED3F

Color information

#FBED3F (or 0xFBED3F) is unknown color: approx Gorse. HEX triplet: FB, ED and 3F. RGB value is (251,237,63). Sum of RGB (Red+Green+Blue) = 251+237+63=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 63 (25% from 255 or 11.43% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED3F is #0412C0. Grayscale: #DEDEDE. Windows color (decimal): -266945 or 4189691. OLE color: 4189691.

HSL color Cylindrical-coordinate representation of color #FBED3F: hue angle of 55.53º 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 #FBED3F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB25123763-
CMYK00.060.750.02
HSL55.53º95.92%61.57%-
HSV(B)55.53º74.9%98.43%-
XYZ70.9781.4416.68-
YUV221.3538.64149.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 237 (92.97% from 255) = 43.01%
BLUE value IS 63 (25% from 255) = 11.43%
R=45.55%
G=43.01%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512376300.060.750.0255.5395.9261.57
HexFBED3F064B238603e
Octal373355770611327014076
Binary111110111110110111111101101001011101110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED3F; }

 p { color: rgb(251,237,63); }

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

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

 a { background-color: rgb(251,237,63); }

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

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

 span { border-color: rgb(251,237,63); }

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