#FBD93A

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

Shades of Gorse #FBD93A

Tints of Gorse #FBD93A

Color information

#FBD93A (or 0xFBD93A) is unknown color: approx Gorse. HEX triplet: FB, D9 and 3A. RGB value is (251,217,58). Sum of RGB (Red+Green+Blue) = 251+217+58=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD93A is #0426C5. Grayscale: #D1D1D1. Windows color (decimal): -272070 or 3856891. OLE color: 3856891.

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

Color convert

RGB25121758-
CMYK00.140.770.02
HSL49.43º96.02%60.59%-
HSV(B)49.43º76.89%98.43%-
XYZ65.3670.4414.15-
YUV209.0442.76157.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.72%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 58 (23.05% from 255) = 11.03%
R=47.72%
G=41.25%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512175800.140.770.0249.4396.0260.59
HexFBD93A0E4D231603d
Octal3733317201611526114075
Binary1111101111011001111010011101001101101100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD93A; }

 p { color: rgb(251,217,58); }

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

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

 a { background-color: rgb(251,217,58); }

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

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

 span { border-color: rgb(251,217,58); }

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