#FDFB2A

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

Shades of Gorse #FDFB2A

Tints of Gorse #FDFB2A

Color information

#FDFB2A (or 0xFDFB2A) is unknown color: approx Gorse. HEX triplet: FD, FB and 2A. RGB value is (253,251,42). Sum of RGB (Red+Green+Blue) = 253+251+42=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 42 (16.80% from 255 or 7.69% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB2A is #0204D5. Grayscale: #E4E4E4. Windows color (decimal): -132310 or 2817021. OLE color: 2817021.

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

Color convert

RGB25325142-
CMYK00.010.830.01
HSL59.43º98.14%57.84%-
HSV(B)59.43º83.4%99.22%-
XYZ75.4290.0415.6-
YUV227.7723.16145.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.34%
GREEN value IS 251 (98.44% from 255) = 45.97%
BLUE value IS 42 (16.80% from 255) = 7.69%
R=46.34%
G=45.97%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532514200.010.830.0159.4398.1457.84
HexFDFB2A015313b623a
Octal375373520112317314272
Binary111111011111101110101001101001111110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB2A; }

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

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

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

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

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

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

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

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