#FDFC3A

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

Shades of Gorse #FDFC3A

Tints of Gorse #FDFC3A

Color information

#FDFC3A (or 0xFDFC3A) is unknown color: approx Gorse. HEX triplet: FD, FC and 3A. RGB value is (253,252,58). Sum of RGB (Red+Green+Blue) = 253+252+58=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 58 (23.05% from 255 or 10.30% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC3A is #0203C5. Grayscale: #E6E6E6. Windows color (decimal): -132038 or 3865853. OLE color: 3865853.

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

Color convert

RGB25325258-
CMYK00.000.770.01
HSL59.69º97.99%60.98%-
HSV(B)59.69º77.08%99.22%-
XYZ76.0890.8117.52-
YUV230.1830.83144.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 58 (23.05% from 255) = 10.30%
R=44.94%
G=44.76%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532525800.000.770.0159.6997.9960.98
HexFDFC3A004D13c623d
Octal375374720011517414275
Binary111111011111110011101000100110111111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC3A; }

 p { color: rgb(253,252,58); }

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

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

 a { background-color: rgb(253,252,58); }

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

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

 span { border-color: rgb(253,252,58); }

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