#FCD73F

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

Shades of Gorse #FCD73F

Tints of Gorse #FCD73F

Color information

#FCD73F (or 0xFCD73F) is unknown color: approx Gorse. HEX triplet: FC, D7 and 3F. RGB value is (252,215,63). Sum of RGB (Red+Green+Blue) = 252+215+63=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD73F is #0328C0. Grayscale: #D1D1D1. Windows color (decimal): -207041 or 4184060. OLE color: 4184060.

HSL color Cylindrical-coordinate representation of color #FCD73F: hue angle of 48.25º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCD73F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25221563-
CMYK00.150.750.01
HSL48.25º96.92%61.76%-
HSV(B)48.25º75%98.82%-
XYZ65.3469.6614.7-
YUV208.7445.76158.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 63 (25% from 255) = 11.89%
R=47.55%
G=40.57%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522156300.150.750.0148.2596.9261.76
HexFCD73F0F4B130613e
Octal3743277701711316014176
Binary111111001101011111111101111100101111100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD73F; }

 p { color: rgb(252,215,63); }

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

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

 a { background-color: rgb(252,215,63); }

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

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

 span { border-color: rgb(252,215,63); }

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