#FDFA3A

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

Shades of Gorse #FDFA3A

Tints of Gorse #FDFA3A

Color information

#FDFA3A (or 0xFDFA3A) is unknown color: approx Gorse. HEX triplet: FD, FA and 3A. RGB value is (253,250,58). Sum of RGB (Red+Green+Blue) = 253+250+58=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 58 (23.05% from 255 or 10.34% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFA3A is #0205C5. Grayscale: #E5E5E5. Windows color (decimal): -132550 or 3865341. OLE color: 3865341.

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

Color convert

RGB25325058-
CMYK00.010.770.01
HSL59.08º97.99%60.98%-
HSV(B)59.08º77.08%99.22%-
XYZ75.4689.5617.31-
YUV229.0131.49145.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 58 (23.05% from 255) = 10.34%
R=45.10%
G=44.56%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532505800.010.770.0159.0897.9960.98
HexFDFA3A014D13b623d
Octal375372720111517314275
Binary111111011111101011101001100110111110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA3A; }

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

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

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

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

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

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

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

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