#FCFF2E

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

Shades of Gorse #FCFF2E

Tints of Gorse #FCFF2E

Color information

#FCFF2E (or 0xFCFF2E) is unknown color: approx Gorse. HEX triplet: FC, FF and 2E. RGB value is (252,255,46). Sum of RGB (Red+Green+Blue) = 252+255+46=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 46 (18.36% from 255 or 8.32% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF2E is #0300D1. Grayscale: #E7E7E7. Windows color (decimal): -196818 or 3080188. OLE color: 3080188.

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

Color convert

RGB25225546-
CMYK0.0100.820
HSL60.86º100%59.02%-
HSV(B)60.86º81.96%100%-
XYZ76.492.4116.4-
YUV230.2824.01143.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 46 (18.36% from 255) = 8.32%
R=45.57%
G=46.11%
B=8.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252255460.0100.82060.8610059.02
HexFCFF2E105203d643b
Octal374377561012207514473
Binary111111001111111110111010101001001111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF2E; }

 p { color: rgb(252,255,46); }

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

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

 a { background-color: rgb(252,255,46); }

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

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

 span { border-color: rgb(252,255,46); }

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