#FAD73D

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

Shades of Gorse #FAD73D

Tints of Gorse #FAD73D

Color information

#FAD73D (or 0xFAD73D) is unknown color: approx Gorse. HEX triplet: FA, D7 and 3D. RGB value is (250,215,61). Sum of RGB (Red+Green+Blue) = 250+215+61=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD73D is #0528C2. Grayscale: #D0D0D0. Windows color (decimal): -338115 or 4052986. OLE color: 4052986.

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

Color convert

RGB25021561-
CMYK00.140.760.02
HSL48.89º94.97%60.98%-
HSV(B)48.89º75.6%98.04%-
XYZ64.5769.2614.38-
YUV207.9145.1158.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 61 (24.22% from 255) = 11.60%
R=47.53%
G=40.87%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502156100.140.760.0248.8994.9760.98
HexFAD73D0E4C2315f3d
Octal3723277501611426113775
Binary1111101011010111111101011101001100101100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD73D; }

 p { color: rgb(250,215,61); }

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

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

 a { background-color: rgb(250,215,61); }

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

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

 span { border-color: rgb(250,215,61); }

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