#FDFE2B

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

Shades of Gorse #FDFE2B

Tints of Gorse #FDFE2B

Color information

#FDFE2B (or 0xFDFE2B) is unknown color: approx Gorse. HEX triplet: FD, FE and 2B. RGB value is (253,254,43). Sum of RGB (Red+Green+Blue) = 253+254+43=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 43 (17.19% from 255 or 7.82% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE2B is #0201D4. Grayscale: #E6E6E6. Windows color (decimal): -131541 or 2883325. OLE color: 2883325.

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

Color convert

RGB25325443-
CMYK0.0000.830.00
HSL60.28º99.06%58.24%-
HSV(B)60.28º83.07%99.61%-
XYZ76.3991.9416.01-
YUV229.6522.67144.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 254 (99.61% from 255) = 46.18%
BLUE value IS 43 (17.19% from 255) = 7.82%
R=46%
G=46.18%
B=7.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253254430.0000.830.0060.2899.0658.24
HexFDFE2B005303c633a
Octal375376530012307414372
Binary111111011111111010101100101001101111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE2B; }

 p { color: rgb(253,254,43); }

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

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

 a { background-color: rgb(253,254,43); }

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

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

 span { border-color: rgb(253,254,43); }

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