#FCEA3D

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

Shades of Gorse #FCEA3D

Tints of Gorse #FCEA3D

Color information

#FCEA3D (or 0xFCEA3D) is unknown color: approx Gorse. HEX triplet: FC, EA and 3D. RGB value is (252,234,61). Sum of RGB (Red+Green+Blue) = 252+234+61=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 61 (24.22% from 255 or 11.15% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA3D is #0315C2. Grayscale: #DCDCDC. Windows color (decimal): -202179 or 4057852. OLE color: 4057852.

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

Color convert

RGB25223461-
CMYK00.070.760.01
HSL54.35º96.95%61.37%-
HSV(B)54.35º75.79%98.82%-
XYZ70.4179.8816.12-
YUV219.6638.46151.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 61 (24.22% from 255) = 11.15%
R=46.07%
G=42.78%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522346100.070.760.0154.3596.9561.37
HexFCEA3D074C136613d
Octal374352750711416614175
Binary11111100111010101111010111100110011101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA3D; }

 p { color: rgb(252,234,61); }

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

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

 a { background-color: rgb(252,234,61); }

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

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

 span { border-color: rgb(252,234,61); }

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