#FCF82D

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

Shades of Gorse #FCF82D

Tints of Gorse #FCF82D

Color information

#FCF82D (or 0xFCF82D) is unknown color: approx Gorse. HEX triplet: FC, F8 and 2D. RGB value is (252,248,45). Sum of RGB (Red+Green+Blue) = 252+248+45=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 45 (17.97% from 255 or 8.26% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF82D is #0307D2. Grayscale: #E2E2E2. Windows color (decimal): -198611 or 3012860. OLE color: 3012860.

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

Color convert

RGB25224845-
CMYK00.020.820.01
HSL58.84º97.18%58.24%-
HSV(B)58.84º82.14%98.82%-
XYZ74.1988.0215.56-
YUV226.0525.83146.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 248 (97.27% from 255) = 45.50%
BLUE value IS 45 (17.97% from 255) = 8.26%
R=46.24%
G=45.50%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522484500.020.820.0158.8497.1858.24
HexFCF82D025213b613a
Octal374370550212217314172
Binary1111110011111000101101010101001011110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF82D; }

 p { color: rgb(252,248,45); }

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

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

 a { background-color: rgb(252,248,45); }

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

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

 span { border-color: rgb(252,248,45); }

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