#FAD92D

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

Shades of Gorse #FAD92D

Tints of Gorse #FAD92D

Color information

#FAD92D (or 0xFAD92D) is unknown color: approx Gorse. HEX triplet: FA, D9 and 2D. RGB value is (250,217,45). Sum of RGB (Red+Green+Blue) = 250+217+45=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD92D is #0526D2. Grayscale: #CFCFCF. Windows color (decimal): -337619 or 3004922. OLE color: 3004922.

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

Color convert

RGB25021745-
CMYK00.130.820.02
HSL50.34º95.35%57.84%-
HSV(B)50.34º82%98.04%-
XYZ64.7170.1412.61-
YUV207.2636.43158.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 45 (17.97% from 255) = 8.79%
R=48.83%
G=42.38%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502174500.130.820.0250.3495.3557.84
HexFAD92D0D522325f3a
Octal3723315501512226213772
Binary1111101011011001101101011011010010101100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD92D; }

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

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

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

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

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

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

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

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