#FCDA3E

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

Shades of Gorse #FCDA3E

Tints of Gorse #FCDA3E

Color information

#FCDA3E (or 0xFCDA3E) is unknown color: approx Gorse. HEX triplet: FC, DA and 3E. RGB value is (252,218,62). Sum of RGB (Red+Green+Blue) = 252+218+62=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3E is #0325C1. Grayscale: #D3D3D3. Windows color (decimal): -206274 or 4119292. OLE color: 4119292.

HSL color Cylindrical-coordinate representation of color #FCDA3E: hue angle of 49.26º 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 #FCDA3E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25221862-
CMYK00.130.750.01
HSL49.26º96.94%61.57%-
HSV(B)49.26º75.4%98.82%-
XYZ66.0971.1914.81-
YUV210.3844.26157.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 62 (24.61% from 255) = 11.65%
R=47.37%
G=40.98%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522186200.130.750.0149.2696.9461.57
HexFCDA3E0D4B131613e
Octal3743327601511316114176
Binary111111001101101011111001101100101111100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA3E; }

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

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

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

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

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

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

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

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