#FADC3B

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

Shades of Gorse #FADC3B

Tints of Gorse #FADC3B

Color information

#FADC3B (or 0xFADC3B) is unknown color: approx Gorse. HEX triplet: FA, DC and 3B. RGB value is (250,220,59). Sum of RGB (Red+Green+Blue) = 250+220+59=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC3B is #0523C4. Grayscale: #D3D3D3. Windows color (decimal): -336837 or 3923194. OLE color: 3923194.

HSL color Cylindrical-coordinate representation of color #FADC3B: hue angle of 50.58º degrees, saturation: 0.95, 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 #FADC3B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB25022059-
CMYK00.120.760.02
HSL50.58º95.02%60.59%-
HSV(B)50.58º76.4%98.04%-
XYZ65.8171.8314.53-
YUV210.6242.44156.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 59 (23.44% from 255) = 11.15%
R=47.26%
G=41.59%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502205900.120.760.0250.5895.0260.59
HexFADC3B0C4C2335f3d
Octal3723347301411426313775
Binary1111101011011100111011011001001100101100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC3B; }

 p { color: rgb(250,220,59); }

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

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

 a { background-color: rgb(250,220,59); }

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

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

 span { border-color: rgb(250,220,59); }

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