#FCDA31

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

Shades of Gorse #FCDA31

Tints of Gorse #FCDA31

Color information

#FCDA31 (or 0xFCDA31) is unknown color: approx Gorse. HEX triplet: FC, DA and 31. RGB value is (252,218,49). Sum of RGB (Red+Green+Blue) = 252+218+49=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA31 is #0325CE. Grayscale: #D1D1D1. Windows color (decimal): -206287 or 3267324. OLE color: 3267324.

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

Color convert

RGB25221849-
CMYK00.130.810.01
HSL49.95º97.13%59.02%-
HSV(B)49.95º80.56%98.82%-
XYZ65.7771.0613.16-
YUV208.937.76158.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 49 (19.53% from 255) = 9.44%
R=48.55%
G=42.00%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522184900.130.810.0149.9597.1359.02
HexFCDA310D51132613b
Octal3743326101512116214173
Binary111111001101101011000101101101000111100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA31; }

 p { color: rgb(252,218,49); }

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

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

 a { background-color: rgb(252,218,49); }

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

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

 span { border-color: rgb(252,218,49); }

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