#FDFB3A

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

Shades of Gorse #FDFB3A

Tints of Gorse #FDFB3A

Color information

#FDFB3A (or 0xFDFB3A) is unknown color: approx Gorse. HEX triplet: FD, FB and 3A. RGB value is (253,251,58). Sum of RGB (Red+Green+Blue) = 253+251+58=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 58 (23.05% from 255 or 10.32% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB3A is #0204C5. Grayscale: #E6E6E6. Windows color (decimal): -132294 or 3865597. OLE color: 3865597.

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

Color convert

RGB25325158-
CMYK00.010.770.01
HSL59.38º97.99%60.98%-
HSV(B)59.38º77.08%99.22%-
XYZ75.7790.1817.42-
YUV229.631.16144.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 58 (23.05% from 255) = 10.32%
R=45.02%
G=44.66%
B=10.32%

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
Decimal2532515800.010.770.0159.3897.9960.98
HexFDFB3A014D13b623d
Octal375373720111517314275
Binary111111011111101111101001100110111110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB3A; }

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

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

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

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

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

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

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

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