#FBF13E

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

Shades of Gorse #FBF13E

Tints of Gorse #FBF13E

Color information

#FBF13E (or 0xFBF13E) is unknown color: approx Gorse. HEX triplet: FB, F1 and 3E. RGB value is (251,241,62). Sum of RGB (Red+Green+Blue) = 251+241+62=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 62 (24.61% from 255 or 11.19% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF13E is #040EC1. Grayscale: #E0E0E0. Windows color (decimal): -265922 or 4125179. OLE color: 4125179.

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

Color convert

RGB25124162-
CMYK00.040.750.02
HSL56.83º95.94%61.37%-
HSV(B)56.83º75.3%98.43%-
XYZ72.1183.7716.93-
YUV223.5836.81147.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 62 (24.61% from 255) = 11.19%
R=45.31%
G=43.50%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512416200.040.750.0256.8395.9461.37
HexFBF13E044B239603d
Octal373361760411327114075
Binary111110111111000111111001001001011101110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF13E; }

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

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

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

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

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

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

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

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