#FAD942

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

Shades of Gorse #FAD942

Tints of Gorse #FAD942

Color information

#FAD942 (or 0xFAD942) is unknown color: approx Gorse. HEX triplet: FA, D9 and 42. RGB value is (250,217,66). Sum of RGB (Red+Green+Blue) = 250+217+66=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD942 is #0526BD. Grayscale: #D2D2D2. Windows color (decimal): -337598 or 4381178. OLE color: 4381178.

HSL color Cylindrical-coordinate representation of color #FAD942: hue angle of 49.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAD942 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25021766-
CMYK00.130.740.02
HSL49.24º94.85%61.96%-
HSV(B)49.24º73.6%98.04%-
XYZ65.2270.3415.29-
YUV209.6546.93156.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.90%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 66 (26.17% from 255) = 12.38%
R=46.90%
G=40.71%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502176600.130.740.0249.2494.8561.96
HexFAD9420D4A2315f3e
Octal37233110201511226113776
Binary11111010110110011000010011011001010101100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD942; }

 p { color: rgb(250,217,66); }

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

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

 a { background-color: rgb(250,217,66); }

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

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

 span { border-color: rgb(250,217,66); }

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