#FBF23E

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

Shades of Gorse #FBF23E

Tints of Gorse #FBF23E

Color information

#FBF23E (or 0xFBF23E) is unknown color: approx Gorse. HEX triplet: FB, F2 and 3E. RGB value is (251,242,62). Sum of RGB (Red+Green+Blue) = 251+242+62=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 62 (24.61% from 255 or 11.17% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF23E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF23E is #040DC1. Grayscale: #E0E0E0. Windows color (decimal): -265666 or 4125435. OLE color: 4125435.

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

Color convert

RGB25124262-
CMYK00.040.750.02
HSL57.14º95.94%61.37%-
HSV(B)57.14º75.3%98.43%-
XYZ72.4184.3617.02-
YUV224.1736.48147.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 242 (94.92% from 255) = 43.60%
BLUE value IS 62 (24.61% from 255) = 11.17%
R=45.23%
G=43.60%
B=11.17%

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
Decimal2512426200.040.750.0257.1495.9461.37
HexFBF23E044B239603d
Octal373362760411327114075
Binary111110111111001011111001001001011101110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF23E; }

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

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

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

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

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

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

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

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