#FBE73C

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

Shades of Gorse #FBE73C

Tints of Gorse #FBE73C

Color information

#FBE73C (or 0xFBE73C) is unknown color: approx Gorse. HEX triplet: FB, E7 and 3C. RGB value is (251,231,60). Sum of RGB (Red+Green+Blue) = 251+231+60=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 60 (23.83% from 255 or 11.07% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE73C is #0418C3. Grayscale: #DADADA. Windows color (decimal): -268484 or 3991547. OLE color: 3991547.

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

Color convert

RGB25123160-
CMYK00.080.760.02
HSL53.72º95.98%60.98%-
HSV(B)53.72º76.1%98.43%-
XYZ69.1877.9915.68-
YUV217.4939.13151.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 231 (90.62% from 255) = 42.62%
BLUE value IS 60 (23.83% from 255) = 11.07%
R=46.31%
G=42.62%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512316000.080.760.0253.7295.9860.98
HexFBE73C084C236603d
Octal3733477401011426614075
Binary1111101111100111111100010001001100101101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE73C; }

 p { color: rgb(251,231,60); }

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

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

 a { background-color: rgb(251,231,60); }

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

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

 span { border-color: rgb(251,231,60); }

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