#FCF13E

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

Shades of Gorse #FCF13E

Tints of Gorse #FCF13E

Color information

#FCF13E (or 0xFCF13E) is unknown color: approx Gorse. HEX triplet: FC, F1 and 3E. RGB value is (252,241,62). Sum of RGB (Red+Green+Blue) = 252+241+62=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 62 (24.61% from 255 or 11.17% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF13E is #030EC1. Grayscale: #E0E0E0. Windows color (decimal): -200386 or 4125180. OLE color: 4125180.

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

Color convert

RGB25224162-
CMYK00.040.750.01
HSL56.53º96.94%61.57%-
HSV(B)56.53º75.4%98.82%-
XYZ72.4783.9516.94-
YUV223.8836.64148.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 62 (24.61% from 255) = 11.17%
R=45.41%
G=43.42%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522416200.040.750.0156.5396.9461.57
HexFCF13E044B139613e
Octal374361760411317114176
Binary11111100111100011111100100100101111110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF13E; }

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

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

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

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

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

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

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

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