#FBE93E

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

Shades of Gorse #FBE93E

Tints of Gorse #FBE93E

Color information

#FBE93E (or 0xFBE93E) is unknown color: approx Gorse. HEX triplet: FB, E9 and 3E. RGB value is (251,233,62). Sum of RGB (Red+Green+Blue) = 251+233+62=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 62 (24.61% from 255 or 11.36% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE93E is #0416C1. Grayscale: #DBDBDB. Windows color (decimal): -267970 or 4123131. OLE color: 4123131.

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

Color convert

RGB25123362-
CMYK00.070.750.02
HSL54.29º95.94%61.37%-
HSV(B)54.29º75.3%98.43%-
XYZ69.7979.1316.15-
YUV218.8939.46150.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 233 (91.41% from 255) = 42.67%
BLUE value IS 62 (24.61% from 255) = 11.36%
R=45.97%
G=42.67%
B=11.36%

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
Decimal2512336200.070.750.0254.2995.9461.37
HexFBE93E074B236603d
Octal373351760711326614075
Binary111110111110100111111001111001011101101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE93E; }

 p { color: rgb(251,233,62); }

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

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

 a { background-color: rgb(251,233,62); }

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

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

 span { border-color: rgb(251,233,62); }

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